我已经看过许多其他问题,但似乎无法找到适合我的解决方案。请注意,我还从GitHub克隆/下载了项目,以查看真实应用程序的外观(我正在寻找一个颜色选择器应用程序,并且正在寻找一些源代码来查看示例)。
我解决了我遇到的所有其他问题,但我遇到了这个问题。
Cannot read packageName from F:\Cakedy\Desktop\EVERYTHING\Files\Android Apps\ColorPicker\src\main\AndroidManifest.xml
清单代码
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kuo.colorpicker">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@mipmap/ic_launcher" android:supportsRtl="true"
android:theme="@style/AppTheme">
<intent-filter />
</application>
</manifest>