ramilushev / react-native-background-color

Set the root app background color from JavaScript
The Unlicense
17 stars 14 forks source link

Not building production with 0.57.1 #5

Closed Noitidart closed 4 years ago

Noitidart commented 6 years ago

I upgraded to 0.57.1 - in dev mode it works fine. But when trying to build production I get the following errors:

> Task :app:bundleReleaseJsAndAssets
warning: the transform cache was reset.
Loading dependency graph, done.
bundle: Writing bundle output to: C:\Users\Mercurius\Documents\GitHub\diddo\android\app\build\generated\assets\react\release\index.android.bundle
bundle: Done writing bundle output
bundle: Copying 1 asset files
bundle: Done copying assets

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-background-color:verifyReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2m 47s
140 actionable tasks: 132 executed, 8 up-to-date
mezod commented 5 years ago

hey @Noitidart did you solve this?

Noitidart commented 5 years ago

No I didn't fix it :( I actually haven't touched the project since then so I didn't work hard on fixing it. :(

ramilushev commented 4 years ago

Tested on 0.59.7 and it's working fine, so closing this for now.