Reputation: 103
I want start my react native app, but everytime when i try this i have some error:
I used this guide for configurated Android SDK, but I didn't have some parameters when configuring it in: SDK Manager
-> SDK Tools
I haven't:
GPU Debugging Tools
Android SDK Tools
Support Repository
And this my Path settings screen
Upvotes: 0
Views: 49
Reputation: 982
I ran into the same issues as you does. My solution is to install JDK according to the documentation
choco install -y nodejs.install openjdk8
After that, run again the project and it works!
Upvotes: 1