【React Native】Error: Attribute [email protected] value=(fals

时间:2022-02-27 17:57:28

 

【React Native】Error: Attribute [email protected] value=(fals

 

  解决办法:在Android Studio修改AndroidManifest.xml文件。

  文件路径:android->app->src->debug->AndroidManifest.xml

  在manifest标签中添加   

   xmlns:tools="http://schemas.android.com/tools"

【React Native】Error: Attribute [email protected] value=(fals

  在application标签中添加

   tools:replace="android:allowBackup"
   android:allowBackup="false"

【React Native】Error: Attribute [email protected] value=(fals