Skip to content
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

Missing emulator engine program for 'x86' CPU #204

Closed
ardianta opened this issue Apr 29, 2019 · 2 comments
Closed

Missing emulator engine program for 'x86' CPU #204

ardianta opened this issue Apr 29, 2019 · 2 comments

Comments

@ardianta
Copy link

ardianta commented Apr 29, 2019

I'm using emulator with x86 system image. I can't run the emulator directly from Netbeans.

Android AVD Manager_050

panic

Here my SDK:

dian : fish — Konsole_050

And the fish environment:

dian@petanikode~> cat .config/fish/config.fish 
set PATH $PATH ~/apps/flutter/bin
set PATH $PATH ~/apps/ePSXe205linux_x64
set PATH $PATH ~/apps/go/bin
set PATH $PATH ~/.local/bin
set PATH $PATH ~/.pub-cache/bin

set ANDROID_HOME ~/Android/Sdk
set PATH $PATH $ANDROID_HOME/emulator
set PATH $PATH $ANDROID_HOME/tools
set PATH $PATH $ANDROID_HOME/tools/bin
set PATH $PATH $ANDROID_HOME/platform-tools

set PATH $PATH /usr/lib/dart/bin

But it worked by running the emulator outside of Netbeans.

emulator -list-avds
emulator -avd <emulator_id>

Then run the app from netbeans.

cmd-avd

@arsi-apli
Copy link
Member

I run it like you through the shell:
obrázok

And on my ubuntu I run the x86 image without any problems..
I can try to set up the working directory, now it's not defined.
But it is difficult to find out what is the problem if I cannot get into that state...
It would be great if you could look at it through the debuger, it's org.nbandroid.netbeans.gradle.launch.EmulatorLauncher.launchEmulator()

@arsi-apli
Copy link
Member

arsi-apli added a commit that referenced this issue Apr 29, 2019
fixed #204 Missing emulator engine program for 'x86' CPU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants