Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 VS 2013 中通过 Multi Device Mobile App 开发移动应用程序,因为 AndroidManifest.xml 是在构建过程中从头开始生成的,我该如何在其中设置一些东西?
您可以覆盖 AndroidManifest.xml,方法是将您的自定义清单放在res/native/android. 在为 Android 构建项目的 Debug 配置后,使用该文件bld/Debug/platforms/android夹中生成的文件版本来配置自定义 Intent 等设置。
res/native/android
bld/Debug/platforms/android