


Different to the sample project, we are using the cmake android toolchain This project is based on the C++ only native-activity sample project on github. You find the password to the keystore inside AndroidPackaging/app/adle under signingConfigs

This is not production ready and should just be used for debugging release builds This project has an automated signing process via gradle with a keystore In order to install a release build of an apk on a device, you need to sign the apk You can easily do this by first removing the native-activity reference from the gradle project and afterwards adding it again.If you changed the CMakeLists.txt, make sure you update the reference from the gradle android project to the native-activity project.Segmentation Fault when installing the apk When switching configuaration, you always need to uninstall the old apk on your device.In many cases uninstalling the app and rebuilding the visual studio project fixes the issue.

\adb.exe install C:\TestAndroidBuild\AndroidPackaging\ARM\Debug\NativeAndroidActivity.apk
