-
-
Notifications
You must be signed in to change notification settings - Fork 197
Could not find an emulator image to run your project #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have met this issue, After I install the Android SDK everything goes well. |
Hi @EduardoAzul $ tns run android --emulator --log trace and send us the output. It will be great if you can send the output of $ adb version |
Hello @EduardoAzul, are you using Google API images? For the beta release, we support only pure android images. Of course, we accept pull requests :) |
I'm having the same problem. The android tools and platform-tools directories are both in my PATH. (The android sdk folder is under ~/Library/Android) I've got images for API 21, 19 and 17. The output of
The output of |
Hey guys, thanks for the support :) @rosen-vladimirov I have the platform-tools and tools directories in path variable, and all API Levels after 17 The output of adb version is: Android Debug Bridge version 1.0.32 And here is the output of the tns run android --emulator --log trace https://gist.github.com/EduardoAzul/c480c5cb33cd10fa38fd I dont't really know if i'm using Google API images, but i don't think so, i just installed android SDK and android studio. I can even use ionic which is out of the Android Studio and the emulator to run some apps. Thanks! |
Hi @EduardoAzul , @brianchirls |
@rosen-vladimirov Hell damn right! tns run android --emulator --avd Nexus_5_API_21_x86 Thanks Guys! ^_^ |
It worked for me too. And after running it once specifying image, it works just fine without it and just defaults to that image. Strange. Also, when I accidentally mis-type the image name, it does not seem to notice that the image name I gave it doesn't exist and hangs indefinitely. |
Hey guys, I'm happy the emulator is finally started. @brianchirls |
Thanks, @rosen-vladimirov. My only concern is that this step should probably be added to the documentation if it can't be fixed, before the issue is closed. |
@brianchirls @rosen-vladimirov 👍 on adding this to documentation, had the same issue which got fixed by the same solution. |
thanks a lot for the solution @rosen-vladimirov i had the same issue as @EduardoAzul |
oh shit i got this one after putting tns run android --emulator --avd Nexus_5_API_21_x86: |
I am able to launch the emulator on Windows 7 using the command tns run android --emulator --avd Nexus_5_API_21_x86 but my app is not appearing on the emulator. Please suggest. |
|
Hey, @ILHAMIDEAZ @ishandutta2007 can you verify you have created emulator images with either |
Hey there,
i'm getting this error when i try to run with emulator tns run android --emulator, i'm using ionic and it runs all my apps in the emulator, it should work for nativescript either, anyone had this error before?
Thanks.
The text was updated successfully, but these errors were encountered: