我认为清单合并对我不起作用。我正在运行最新的Android Studio 2.2.3
我的项目有 :App - 应用程序 :图书馆 - 图书馆计划
图书馆有所有活动。应用程序只需使用它并启动其默认活动。我只是得到这个错误消息:
qDebug() << question->scaleFrom->text();
这是我的应用清单:
if (question != nullptr && question->scaleFrom != nullptr)
qDebug() << question->scaleFrom->text();
合并后的清单显示的不多,这是报告:
Error running App Default activity not found
在app im的build.gradle中使用库
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="trainer.de.next"
xmlns:tools="http://schemas.android.com/tools">
</manifest>