Android Question [SOLVED] B4A AVDManager : creating identical devices ?

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
I would like to know (before going into the sources for modification), if it is allowed to create many identical devices with the AVDManager ? In fact, on a fresh new installed computer, I tried to do that and the AVDManager did nothing after having printed:


The initial need was to have the same device, one with an internal SD card and the other an external SD card.

Many thanks
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
OK got more information :
- ADV definitions seem to be stored as configuration files in c:\Users\<user>\.android\avd
- the AVD are stored in the Android SDK folder under B4AEmulator

but if I copy / paste the configuration file and the avd in their respective folders, rename them, the AVDManager can't read the list of AVDs anymore (null pointer). Seem that I have to investigate elsewhere.
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Got it: under the copied emulator folder, there is the hardware-qemu configuration file where the path to the .img files have to be modified too. Now the AVDManager is able to retrieve both avd.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…