1

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.

NG_
  • 6,895
  • 7
  • 45
  • 67
jee1mr
  • 31
  • 3
  • That error is quite clear: either the file is not at the right place or the permissions are wrong. Please double check that file and the file permissions. – wmk May 15 '15 at 12:43

1 Answers1

0

You can't read AndroidManifest.xml directly from your app.

Read this topic: How to view AndroidManifest.xml from APK file?

Community
  • 1
  • 1
Krzysztof Majewski
  • 2,494
  • 4
  • 27
  • 51
  • No. There's no APK generated yet. Qt has to generate APK file using this AndroidManifest.xml file, which is failing. – jee1mr May 12 '15 at 14:08