-
Notifications
You must be signed in to change notification settings - Fork 7
Building & Running
NepMods edited this page Jun 23, 2025
·
1 revision
- Connect your device or start an emulator.
- Click "Run" to build and launch the app.
If you're using NDK manually:
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mkOutput binaries will appear in
libs/orobj/local/
Use Logcat in Android Studio. You can also insert:
Log.d("ModMenu", "Button clicked");to trace logic.