Org.gradle.internal.exceptions.locationawareexception: Execution Failed For Task ':app:bundlereleasejsandassets'
I got the error When i use react-native to created apk. Executing task ':app:bundleReleaseJsAndAssets' (up-to-date check took 3.171 secs) due to: Output file /Users/tudeju/Projec
Solution 1:
Add this code to the file ..your-project/app/proguard-rules.pro
-ignorewarnings
Your signed APK will be generated successfully.
Post a Comment for "Org.gradle.internal.exceptions.locationawareexception: Execution Failed For Task ':app:bundlereleasejsandassets'"