输出aar 到新项目,运行成功

This commit is contained in:
xsl
2025-10-22 00:07:53 +08:00
parent 25fd6b4a32
commit ce2444bd07
8 changed files with 15 additions and 45 deletions
+2 -2
View File
@@ -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 -->