我的申请名称AChat。当我在应用程序中写入名称时,错误就会出现。
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:name=".AChat"
>
答案 0 :(得分:0)
您需要创建一个扩展应用并且名称为 AChat 的类。试试这个,你的错误就会消失。