AVD manager is loaded in c:\Android\android-sdk\ADD Manager.exe
I can create AVD's without any problem when I am outside Basic4Android.
When I call AVD manager from within Basic4Android in runs AVD manager in c:\documents and settings\malcolm\android-sdks\AVD Manager.exe
I obviously have two copies of AVD Manager on my PC (how ??), is there a way of making Basic4Android access the copy that works outside the application? i.e. set the path to AVD Manager
you have two options. first reinstall the Android sdk and check that it is installed in a folder without spaces, the second is to make a link from one to the other. (it worked for me)
as i remember : the command is mklink -J like
The path I have set for the android.jar is "C:\Program Files\Android\sdk\platforms\android-19\android.jar" - and Basic4android is not finding the AVD Manager. It instead brings up the SDK Manager, and from its Tools menu I can select "Manage AVDs..." to bring up the AVD Manager.
Recently had to reinstall my Android SDK, and the new installation actually installs the AVD Manger in "...\sdk\tools\lib," while the SDK Manager is installed in "C:\Program Files\Android" and also in "...\sdk\tools\lib."