I want to use command line to generate the Android APK. But in the first step, I input:
aapt package -f -m -j c:\...\gen -S res -I\...\android. jar -M AndroidManifest.xml
No error notice, but no R.java is generated.
Only one R which has already exist, is generated by IDE
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
I want to know how to generate the R file, is there any tutorial for command line to generate APK. Thanks a lot.
the arguments for aapt are
some helpful links are demo, args details
where Modifiers: