Which String Should I Edit To Set The Fully Qualified Qt/Android App Name?
With a trivial QApplication in ~/hello I compile and deploy through mkdir ~/hello_build cd ~/hello_build /Qt/5.7/android_armv7/bin/qmake -r -spec android-g++ ~/hello/hello.pro make
Solution 1:
Changing package name in ~/hello_build/android/AndroidManifest.xml doesn't affect on your output file and actually you should set it before compiling. why don't you define it in ~/hello/android/AndroidManifest.xml file before any compile and deploy command? is there any certain reason that i've not got it?
Post a Comment for "Which String Should I Edit To Set The Fully Qualified Qt/Android App Name?"