Izzudin Umar Al Qois
Izzudin Umar Al Qois

Reputation: 51

Execution failed for task ':react-native-device-info:processReleaseResources'

Excus me.. can anyone help me.., i want install package react-native-device-info into my project, but i get some issue with this package, off course i have already use react-native link react-native-device-info suitable on procedure react-native-device-info. but i still get this error

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-device-
info:processReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt

Upvotes: 1

Views: 5017

Answers (2)

Justinus Hermawan
Justinus Hermawan

Reputation: 1214

Try to run this command in your terminal:

cd android && ./gradlew clean

Upvotes: 5

Izzudin Umar Al Qois
Izzudin Umar Al Qois

Reputation: 51

PROBLEM SOLVED

evidently i'm just need to remove my SDK, and download it again

Thank You all :)

Upvotes: 0

Related Questions