将Qt应用程序部署到Android会导致错误

时间:2022-05-21 19:20:22

When deploying Qt Application to Android using Qt Creator, I get this error:

使用Qt Creator将Qt Application部署到Android时,出现此错误:

"Cannot open /AndroidManifest.xml for reading".

“无法打开/AndroidManifest.xml进行阅读”。

I'm using Qt 5.5.0.

我正在使用Qt 5.5.0。

1 个解决方案

#1


0  

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

您无法直接从您的应用中阅读AndroidManifest.xml。

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

阅读本主题:如何从APK文件中查看AndroidManifest.xml?

#1


0  

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

您无法直接从您的应用中阅读AndroidManifest.xml。

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

阅读本主题:如何从APK文件中查看AndroidManifest.xml?