输出aar 到新项目,运行成功
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<!-- 声明 MainActivity -->
|
||||
<!-- 作为库,exported 通常设为 false,除非明确需要外部应用启动 -->
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="false"
|
||||
android:name=".FaceActivity"
|
||||
android:exported="true"
|
||||
tools:ignore="MissingClass"> <!-- 如果IDE报类找不到,可以添加这个 -->
|
||||
|
||||
<!-- 重要:移除 MAIN/LAUNCHER intent-filter -->
|
||||
|
||||
Reference in New Issue
Block a user