Couldn't run a project made with RN and Expo on Android Studio's emulator (Error running adb)

0

I am trying to test a code I created using Expo and React Native, and for that, I need to use an emulator. My computer is a Windows 10 using and AMD, which had its own host of problems in running the emulator, but it did.

The guide on how to run the emulator on Expo’s Documentation seems to be targeting MAC computers, so I am not sure if it quite applies to me. Every time I try to run the app I created on android, the same error returns:

Couldn’t start project on Android: Error running adb: Failed to install C:\Users\Dionysius.expo\android-apk-cache\Exponent-2.12.2.apk

So far, I have tried to uninstall older versions of the SDK Tools and confirmed it was running the latest version, but the only change was the addition of the "Successfully ran adb reverse. Localhost URLs should work on the connected Android device." line in the log.

Does anyone know how to fix that error? Should I go for another emulator?

Here's a screenshot of the log of my latest attempt:

Here's a screenshot of the log of my latest attempt

Aucesi

Posted 2019-09-19T17:00:48.773

Reputation: 1

No answers