React-native Android dexDebug FAILED

时间:2017-02-07 22:02:44

标签: react-native react-native-android

我正在尝试在Windows上为Android设置react-native,在初始化我的应用程序并尝试首次构建它而没有更改代码时我的构建在运行时失败 # -*- mode: python -*- block_cipher = None a = Analysis(['C:\\Users\\Andrew\\Desktop\\project\\Raven.py'], pathex=['C:\\Users\\Andrew'], binaries=None, datas=[ ('C:\\Users\\Andrew\\Desktop\\project\\raven.ico', '.') ], hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) exe = EXE(pyz, a.scripts, a.binaries, a.zipfiles, a.datas, name='Raven', debug=False, strip=False, upx=True, console=True , icon='C:\\Users\\Andrew\\Desktop\\project\\raven.ico')

我试过清洁&重建没有运气。

这是带有--stacktrace的输出。

react-native run-android

1 个答案:

答案 0 :(得分:3)

  

如果您没有清除gradlew,请尝试:

cd android ./gradlew clean

  

如果错误重复,可能会对您有所帮助。

在android / app / build.gradle中

defaultConfig { multiDexEnabled true }

  

如果它对您没有帮助,请查看Android Studio: Error:Execution failed for task ':app:dexDebug'