Android Question Unable to load an emulator

BigMac55

New Member
I know that I am doing something wrong but I am trying to do a hello world app(The first tutorial) and the issue is that my emulator is not working.

I have tried to follow a tutorial on how to create one but I never have the same screen layout or options that they do in the tutorial.

The CPU/ABI option just tells me that it does not have one loaded for this option.

Where do I get them loaded from?

Please assist.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I don't recommend you to use the Android emulator. Especially if you are new to Android.

Start with a real device and use B4A-Bridge to connect.

You are probably missing a system image component:

SS-2016-12-05_15.40.58.png
 
Upvote 0

William Hunter

Active Member
Licensed User
Longtime User
I know that I am doing something wrong but I am trying to do a hello world app(The first tutorial) and the issue is that my emulator is not working.

I have tried to follow a tutorial on how to create one but I never have the same screen layout or options that they do in the tutorial.

The CPU/ABI option just tells me that it does not have one loaded for this option.

Where do I get them loaded from?

Please assist.
At various stages of development I will use an emulator, as well as Erel's recommended B4A Bridge. For an emulator Genymotion is the best choice. There is a free version for PERSONAL USE in development. It is availabel at the link below:

https://www.genymotion.com/fun-zone/

Best regards :)
 
Upvote 0
Top