Issue
I am using flutter with android studio on Ubuntu 18.4.
I am trying to run android studio with Genymotion Emulator, so:
I installed genymotion device and run it
and I added genymotion plugin to android studio.
but I could not find the device in genymotion device manager.
I did some search and found that i must make genymotion ADB use the same SDK of android studio.
I tries to do this but Genymotion gave me an error
"this folder does not contain any Android SDK"
although this path is same in android studio
Any help please;
Solution
Just make sure that you have ADB installed. Check this link for the downloading information platform-tools and make sure that you have at least one platform installed.
Also, run flutter doctor to make sure that you have nothing missing. or else flutter will inform you of the missing dependencies.
Answered By - Raudah Sandouk



0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.