Android Development Tutorial - 4 - Running Our First App
Top Comments
Video Responses
All Comments (269)
-
the errors are not going away.. 1 error is remaining even after 15mins what to do??
-
its OK but its a little bit for dummies!
-
@auroraneo1 Click "next", the build target and others come after.
-
there is no "build target" :(
-
AHA I knew now you need to configure the ADT in order to get devices in the build target
-
There is no device appeared on Build Target Table :( .. How can I overcome this obstacle?
-
is this the last of these tutorials so far? i followed these but it seems to end at 4, and theirs like 200 android videos (irritatingly on a mac) so am i correct to think i should pick up on those and continue there?
-
@supersushi269 i think you can download each of the versions and tools individually in the sdk manager, make sure to get as much of that stuff as you can... the motorolla stuff seems to want a password so i didn't bother going to their site to get one
@TheMostafa1011 Bug in recent version: SDK location can't contain any spaces. Fix by changing Program Files(x86) to PROGRA~2, or for me it was PROGRA~1. (in Window -> Preferences -> Android -> SDK Location)
SatanFlaskanOchJag 8 months ago 22
"Invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
Please use -help for more information" If you run into this error then follow these steps:
1) Restart Eclipse.
2) Go to Windows -> Preferences -> Android -> SDK Location
3) At the box copy and paste the following line depending on your OS.
Windows 32bit: C:\PROGRA~1\
Windows 64bit: C:\PROGRA~2\
Example: C:\Program Files(x86)\Android\android-sdk would turn into C:\PROGRA~2\Android\android-sdk
Hereson0 6 months ago 16