现象
* What went wrong:Execution failed for task ':react-native-camera:prepareComFacebookFrescoDrawee081Library'.> Could not expand ZIP '/Users/xxx/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/drawee/0.8.1/a944015ddf50fdad79302e42a85a351633c24472/drawee-0.8.1.aar'.
解决
- 进入
android
目录下 - 执行
sudo ./gradlew clean
非常感谢 Could not expand Zip in react native project 提供的帮助