-
Notifications
You must be signed in to change notification settings - Fork 61
Native Activity
Duy Tran Le edited this page Jun 7, 2018
·
5 revisions
Example from https://developer.android.com/ndk/samples/sample_na
- Click File menu, then select Open file
- Go to directory
/sdcard/CPlusPlusNIDE/Examples/native-activity
- Select
native-activity.c
to open it - Now click Run button on the action bar
- You can enter
CFLAGS
,CXXFLAGS
orLDFLAGS
if need needed. In this case, just click Build button - Wait for build complete and see result, perfect.