android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

native-activity crashes on launch #967

Closed Callum5042 closed 2 months ago

Callum5042 commented 7 months ago

native-activity example crashes when launched. Changing the 'AndroidManifest.xml' to remove the line 'android:hasCode="false"' seems to fix it. Would be nice to have it work by without having to try debug it for other people who are looking at these examples

DanAlbert commented 2 months ago

Duplicate of #929