We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当npm install安装组件的后,编译提示merge androidManifest.xml error:line 7
解决: 删掉android/src/main/AndroidManifest.xml中的第七行 android:icon="@mipmap/ic_launcher"
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="cn.mandata.react_native_mpchart"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity" android:label="@string/title_activity_main" android:theme="@style/AppTheme.NoActionBar"></activity> </application> </manifest>
不知是不是这个是否是bug?如果是希望作者更新下npm中的代码库
The text was updated successfully, but these errors were encountered:
好的,我试试
Sorry, something went wrong.
No branches or pull requests
当npm install安装组件的后,编译提示merge androidManifest.xml error:line 7
解决:
删掉android/src/main/AndroidManifest.xml中的第七行
android:icon="@mipmap/ic_launcher"
不知是不是这个是否是bug?如果是希望作者更新下npm中的代码库
The text was updated successfully, but these errors were encountered: