Pruthvi
Pruthvi

Reputation: 590

React native Android build is stuck after upgrading to Pie(9.0)

react-native run-android is not building the application on to Mi A1 after upgrading to Android Pie(9.0)

I get the below error after running for long time

"What went wrong: Execution failed for task ':app:installDebug'.

com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException "

Upvotes: 4

Views: 705

Answers (1)

Pruthvi
Pruthvi

Reputation: 590

Updating the android studio to 3.2.1 and installing all the android pie packages solved my problem.

Upvotes: 0

Related Questions