How to create an AVD for Android in Delphi

Asked

Viewed 4,586 times

5

I’m starting at Delphi® XE5 and would like to know how to configure/create an AVD to emulate Android applications. Only gives me the option to choose the device, but I have nothing in Target Android SDK 22.0.1.inserir a descrição da imagem aqui

2 answers

5


You need to use the AVD Manager which is a Google app that you find in conjunction with the ADT Bundle which is a set of apps used to manage and use Android.

Here you can download the ADT Bundle.

Direct from Android Developers website.

The use of the application is really simple, you just need to open the AVD Manager and you will have a list of AVD’s that you own, you can edit them or create a new, stating the settings of the same and the model/version of the SDK used.

Very important remark:

You need to open the SDK Manager and update certain versions of Android that you intend to use! because without them updated you cannot create an AVD with such version.

2

You must create the AVD in the application provided by Google. After creation it will appear there.

Another thing, you can use your own device to do the tests. Just activate the developer mode on your device, after that, when plugging the device into the USB of the pc it will appear as an AVD (I have a Galaxy Ace and did not need any driver for this).

I made a small application on Delphi XE5 and it really worked on iOS, Android and Windows.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.