c++ - Android NDK application: AndroidManifest.xml not loaded -
written android ndk application, builds correctly , generates corresponding shared libraries.
with command should produce apk package:
android update project --name androidtest --path . --target 6
however noticed "androidmanifest.xml" not loaded (corrupting generates no error), , no apk package produced.
this output get:
updated project.properties
updated local.properties
updated file ~\androidtestproject\build.xml
updated file ~\androidtestproject\proguard-project.txt
how can apk package?
Comments
Post a Comment