When deploying Qt Application to Android using Qt Creator, I get this error:
"Cannot open /AndroidManifest.xml for reading".
I'm using Qt 5.5.0.
When deploying Qt Application to Android using Qt Creator, I get this error:
"Cannot open /AndroidManifest.xml for reading".
I'm using Qt 5.5.0.
You can't read AndroidManifest.xml directly from your app.
Read this topic: How to view AndroidManifest.xml from APK file?