File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes No available targets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "No available targets" Watch "No available targets" New topic
Author

No available targets

Nidhi Sar
Ranch Hand

Joined: Oct 19, 2009
Posts: 252

I apologize in advance for an extreme newbie question.

To start off android development, I tried to create a 'Hello World' application as documented on developer.android.com. The first step in that is creating an avd (android virtual device)... and to create an avd, we need to specify a target. The problem is my system seems to have no available targets. When I try to run this command:

tool>android list targets

I get blank Available Android targets

Not sure what I did wrong in installation.

Any help would be appreciated!

"A problem well stated is a problem half solved.” - Charles F. Kettering
SCJP 6, OCPJWCD
Kudret Serin
Ranch Hand

Joined: Aug 02, 2005
Posts: 165

Hi,
I think you need to create a virtual device first.

http://developer.android.com/guide/developing/tools/avd.html
Nidhi Sar
Ranch Hand

Joined: Oct 19, 2009
Posts: 252

Kudret,
Thanks for your reply. Actually I was not being able to create virtual device since I didn't have a "target".

I was able to solve my problem. by uninstalling the ADT and Android SDK & then reinstalling SDK as per the directions on android site.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: No available targets
 
Similar Threads
Android "API Docs" download
New to Android Development, Installation Problem
Menu Button in AVD
make Android SDK and AVD manager to one option
cannot connect to my MySQL db using HttpClient