android - Qt Creator 3.3.0 中的 "Create AndroidManifest.xml"按钮在哪里?

标签 android c++ qt qt-creator

之前Projects->Run->Deploy里面有个“Create AndroidManifest.xml”按钮:

enter image description here

但现在从 QtCreator 3.3.0 和 Qt 5.4.0 开始,它无处可寻:

enter image description here

既然按钮消失了,我如何指定 AndroidManifest.xml?

最佳答案

您现在可以从项目 -> 构建 -> 构建 Android APK -> 创建模板。

来自 documentation :

You can use the qmake variables to specify all the settings you need for the androiddeployqt tool and you do not need an Android manifest file until you want to publish the package in an application store. To specify additional settings for APK packages, you can create an Android manifest file and edit it in Qt Creator. Select Create Templates to create the file and to open it in the Android Manifest Editor.

enter image description here

关于android - Qt Creator 3.3.0 中的 "Create AndroidManifest.xml"按钮在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27590432/

相关文章:

qt - 如何在Qt中动态添加菜单

c++ - 单击按钮时运行功能

android - 当在 android 的 config.xml 中启用 hfpclient 并尝试配对设备时,我在 hfpclient 的 JNI 接口(interface)中看到崩溃

c++ - 在 OpenCV (C++) 中打印多维垫

c++ - 我遇到有关在Visual Studio中编译grpc cpp代码的问题

c++ - 起始地址无限循环

c++ - 自动调整 qt 应用程序的大小。 (主窗口)

android - Hello World 没有显示在 react native android 中

android - 检测 Android 应用何时进入后台

android - 在不扩展 Activity 的情况下将 Activity 添加到 Manifest