Skip to content
New issue

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

bug #77

Open
cxy200927099 opened this issue Mar 27, 2017 · 1 comment
Open

bug #77

cxy200927099 opened this issue Mar 27, 2017 · 1 comment

Comments

@cxy200927099
Copy link

cxy200927099 commented Mar 27, 2017

当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中的代码库

@hongyin163
Copy link
Owner

好的,我试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants