Andrian_Must
Andrian_Must

Reputation: 157

Error react-native run-android app:instalDebug

I have a problem here, which is when I run the react-native run-android command and reach the app: install Debug, I get an error which is:

Execution failed for task ': app: install Debug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException

I do not know why the error could arise, Hopefully someone can give reasons and solutions to why the error can occur.

Thank you very much

Upvotes: 0

Views: 183

Answers (2)

SRanuluge
SRanuluge

Reputation: 697

First Make sure your emulator or simulator are running and check the running adb device ,then Try these commands ,to clear cd android &&./gradlew clean then run app using cd .. && react-native run-android

Feel free for doubts

Upvotes: 2

Sri ram kathirvel
Sri ram kathirvel

Reputation: 71

Make sure your emulator or simulator are running

Clean your build folder and try again

Upvotes: 0

Related Questions