Issue
After trying to run my flutter app from vs code in android emulator Nexus 5X, I am getting an error which says that I have to setup JDK and I make it's Path Variables for User section and now I am getting a tons of java errors while trying to run my flutter app. Please Help
Solution
If you want to run flutter using android java JDK and Android SDK is essential.These are main steps.
Download JAVA JDK from oracle official website and install it according to your platform(Windows,Ubuntu,Mac,etc.).And set up JDK too.
Download and install android studio and It will automatically set up android sdk for our development.
Think your problem is environment path problem or missing JDK.So set up Java JDK first.
Answered By - Dineth Prabashwara
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.