Hans Petterson

Greenhorn
+ Follow
since Sep 12, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Hans Petterson

Vishal Trivedi wrote:what version of Android did you download...because i had the same problem nd it worked when i changed the android sdk path..
C:\PROGRA~2\Android\android-sdk
this shld do the trick
else try this
C:\PROGRA~1\Android\android-sdk
change them in eclipse



Thank you for your responce.
Could you please give a more detailed explination of what I should do
The path to my Sdk C:\Program Files (x86)\Android\android-sdk
Shall I uninstal the SDK and install it somewhere else
Or is it just to change a path i Eclipse, if so where /how do I do that
I tryed to change the path in Eclips Window/Preferences Android but the the Project didnot build at all
"C:\PROGRA~2\Android\android-sdk
this shld do the trick
else try this
C:\PROGRA~1\Android\android-sdk"
I do not know what you mean with this !!
HansP
12 years ago
Hans53: I do not know, it was some default text appearing in the subject field
Yes I have created my own AVD
a: No I have not tried that, as you could see from my first post the SDK and Eclipse where installed the other evening and the tutorial run just after
I have looked in all places I can think of but could not find a solution for the problem, and I have not seen anything about any predefined AVD's
Where can I find them, and how do I use them
b:The configuration information, this is the contents of the fonfig.ini for the AVD I’ve created
Thank you for your responce
HansP
12 years ago
Hi All
I have just installed Android SDK and Eclipse with the Android plug-in
Then I walked Hello Android tutorial on http://developer.android.com/resources/tutorials/hello-world.html
The installation was OK, without any error or warnings, but when I tryed to run the Hello Android app with Eclipse I got the following in the Eclipse console window and the emulator refuses to start
[2011-09-12 17:49:00 - HelloAnderoid] ------------------------------
[2011-09-12 17:49:00 - HelloAnderoid] Android Launch!
[2011-09-12 17:49:00 - HelloAnderoid] adb is running normally.
[2011-09-12 17:49:00 - HelloAnderoid] Performing se.example.helloanderiod.HelloAnderoidActivity activity launch
[2011-09-12 17:49:00 - HelloAnderoid] Automatic Target Mode: launching new emulator with compatible AVD 'kl'
[2011-09-12 17:49:00 - HelloAnderoid] Launching a new emulator with Virtual Device 'kl'
[2011-09-12 17:49:04 - Emulator] invalid command-line parameter: Files.
[2011-09-12 17:49:04 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-09-12 17:49:04 - Emulator] please use -help for more information

I have installed the apk file on my android phone and there it works OK

My environment loks like this
JDK7 : C:\Program Files\Java\jdk1.7.0
C:\Program Files\Java\jre7
Android SDK: C:\Program Files (x86)\Android\android-sdk
Eclipse: C:\Users\Hans\Documents\Anderoid_development_downloads\eclipse

I have also tried to start it with the Android AVD manager with same result
invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

Is there any one who can say way and what to do about it
With regards
HansP
12 years ago