You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.EN.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ There are two ways:
20
20
21
21
----------
22
22
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.
25
25
26
26
----------
27
27
@@ -45,7 +45,7 @@ The `<Extensions><debugger><remote_debugging>` section contains settings for rem
45
45
46
46
-`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.
47
47
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`.
49
49
50
50
> If during the launch of the assembled application on the device you experience the following errors:
51
51
@@ -56,15 +56,15 @@ The `<Extensions><debugger><remote_debugging>` section contains settings for rem
56
56
> Use [android-elf-cleaner](https://github.com/ClnViewer/Code-Blocks-Android-NDK/android-elf-cleaner)
57
57
> These errors are typical for the binary file of the platform `armeabi-v7a`, they were later corrected in the latest versions of libraries.
### Source assembly control files in the NDK project directory:
62
62
63
63
----------
64
64
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).
[**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).
0 commit comments