Could not create virtual device for the emulator and trouble with PATH in ADB all using Ubuntu 11.10
in
Android Processing
•
1 year ago
**Kinda solved. I just updated to Processing 2.0a and the problem was solved.**
Actual Problem:
I have installed the Andriod SDK to my Home folder and downloaded API level 7 & 8 as well as the SDK Tools. I got up to the 6th step in
this tutorial:
But then when I typed
adb devices it didn't recognize the command adb(No command 'adb' found).
However, that may not be the issue because Processing allows you to specify the folder that your Andriod SDK is located in. Just in case that isn't the problem here is some more info:
When I try to compile a sketch it tells me
An error occured while running andriod create avd
And then when I press Ok it says:
- /home/karl/android-sdk-linux/tools/android create avd -n Processing-0196 -t Google Inc.:Google APIs:7 -c 64M -s WVGA800
- status: 1
- 320ms
- stdout:
- stderr:
- Error: Android Virtual Device 'Processing-0196' already exists.
- Use --force if you want to replace it.
Then when I delete the emulator using the SDK manager, it says
- BUILD FAILED
- /tmp/android3581882161739473809.pde/build.xml:16:
- Error. You are using an obsolete build.xml
- You need to delete it and regenerate it using
- android update project
Then I can get back to the first error if I run it on device. Anyway this seems like it may be similar to this problem but I'm not sure.
Anyway help would be greatly appreciated. I've been stuck doing this stupid thing for a few days now and I'm kind of tired of it.
Please ask questions, I'll be happy to answer them.
1