Android Question Problem installing emulator

marcick

Well-Known Member
Licensed User
Longtime User
I've never used emulator, a real device is much better, but this time I nedd to verify something with Android 14, without needing to spend much money.
I'm not able to make it working. If I open SDK manager, there are some recommended download, but also clicking "install selected" after sometime download, unzip, install etc again the same recommended files are shown

1701086591045.png


Besides, running AVD manager, no platform is available to select in the dropbox.

1701086652494.png


Yes, I have already downloaded and installed XAMH but I get this message

1701086551586.png


Any help ?
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
1. DONT INSTALL ANY OF THE RECOMMENDED ITEMS
(CLICK DESELECT first before you begin)


2. Goto the platform you wish to install: In your Case 34. Select this two items

a. Android SDK Platform 34 and
b. Google play intel x86-64 Atom System Image (Android 34). or just x86 Atom System Image

After that it has downloaded and install, Open your AVD, you will see it under the platform.

YOu can now create AVD with the Android 34 platform tools
 
Upvote 1

Sagenut

Expert
Licensed User
Longtime User
@marcick
Check in your PC BIOS if the Hardware Virtualization is enabled.
Often it start disabled.
This assuming that you have an Intel processor.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Have you downloaded some Android System Images with SDK Manager?
Immagine.jpg
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
yes, but looks like not ....
Look again the first picture in my post. When I select something and then install, the sdk manager runs for one minute, shows the progress bar and various "loading .. unzipping ... installing etc" but at the end nothing changes. Nothing is installed and the recommended list suggest again the same files.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
The Android System Images are not in the suggestion.
Only the one with Android 28 is suggested.
If you need the 34 you need to scroll down and select it manually.
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Thank you but yes, I did it. Nothing I select, after the whole process results installed.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Sorry.
Out of ideas at the moment in this case.
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Thanks a lot for your support. Maybe a full uninstall and reinstall solves, but it's a bit of pain ......
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I always use the EMULATORS from Android Studio; BUT Android Studio has it´s own SDK. That´s important not to mix them with the B4X-SDK.

When i need a Emulator i start Android Studio and then i Start a Emulator from it which i have created in the past...

Once the Emulator is running i can use them with B4A.
 
Last edited:
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Thank you.. I'm trying now to reinstall everything. If it doesn't work I'll try your suggestion.
 
Upvote 0
Top