Skip to content

Commit fa9b5d7

Browse files
committed
2 parents 6eddd90 + c1f575d commit fa9b5d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.EN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ There are two ways:
2020

2121
----------
2222

23-
- __The first way __: download and install the ready installer `NDK C::B template`, [more ..](CBNDKAUTOINSTALL.EN.md)
24-
- __Path two __: in manual mode, set `NDK C::B template` for each project, as described below.
23+
- __The first way__: download and install the ready installer `NDK C::B template`, [more ..](CBNDKAUTOINSTALL.EN.md)
24+
- __Path two__: in manual mode, set `NDK C::B template` for each project, as described below.
2525

2626
----------
2727

@@ -45,7 +45,7 @@ The `<Extensions><debugger><remote_debugging>` section contains settings for rem
4545

4646
- `options ip_address="127.0.0.1" ip_port="59999 "extended_remote="0"`, if there is a need to change the port number, then this must also be done in `Makefile`. If the `extended_remote` option is nonzero, the remotely running gdbserver window will not close automatically after debugging.
4747

48-
[** AndroidNdkTemplate.cbp **](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/AndroidNdkTemplate.cbp) - the project file `C::B`.
48+
[**AndroidNdkTemplate.cbp**](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/AndroidNdkTemplate.cbp) - the project file `C::B`.
4949

5050
> If during the launch of the assembled application on the device you experience the following errors:
5151
@@ -56,15 +56,15 @@ The `<Extensions><debugger><remote_debugging>` section contains settings for rem
5656
> Use [android-elf-cleaner](https://github.com/ClnViewer/Code-Blocks-Android-NDK/android-elf-cleaner)
5757
> These errors are typical for the binary file of the platform `armeabi-v7a`, they were later corrected in the latest versions of libraries.
5858
59-
Download [android-elf-cleaner v.0.0.14.79 / win32 (07.03.2019)](https://clnviewer.github.io/Code-Blocks-Android-NDK/android-elf-cleaner.zip)
59+
Download [android-elf-cleaner v.0.0.14.79/win32 (07.03.2019)](https://clnviewer.github.io/Code-Blocks-Android-NDK/android-elf-cleaner.zip)
6060

6161
### Source assembly control files in the NDK project directory:
6262

6363
----------
6464

65-
[** Application.mk **](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Application.mk) - set the build parameters.
66-
[** Android.mk **](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Android.mk) - this is the make-up file unique for each `NDK` project (application).
67-
[** Makefile **](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Makefile) - `C::B` starts directly:
65+
[**Application.mk**](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Application.mk) - set the build parameters.
66+
[**Android.mk**](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Android.mk) - this is the make-up file unique for each `NDK` project (application).
67+
[**Makefile**](https://github.com/ClnViewer/Code-Blocks-Android-NDK/blob/master/CB-Template/Makefile) - `C::B` starts directly:
6868

6969
The `Application.mk` and `Makefile` files are universal for all projects collected using `NDK` and do not require revisions.
7070
To understand the structure of where the application lies in the project `NDK`, I will give a tree

0 commit comments

Comments
 (0)