[android-beginners] Re: Running apps on HTC Magic from Eclipse

2009-08-14 Thread mscwd01

Have you done this:

Declare your application as debuggable in your Android Manifest.

In Eclipse, you can do this from the Application tab when viewing the
Manifest (on the right side, set Debuggable to true). Otherwise, in
the AndroidManifest.xml file, add android:debuggable=true to the
application element.

On Aug 13, 10:04 pm, Krzysztof Luks krzysztof.l...@gmail.com wrote:
 Hello,
 I have a problem running application built in Eclipse on HTC Magic
 phone. It seems that SDK and Eclipse plugin are installed correctly.
 My Hello world app runs okay on the emulator. When I connect Magic
 to the computer it is correctly recognised (I installed drivers from
 the SDK), I can see USB icon on phone display but in Eclipse's
 Android device chooser the phone appears as offline with unknown
 target. I turned on USB debugging in phone settings.

 Any ideas what can be wrong?

 Regards,
 Krzysztof
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Best book to buy to learn mid level Android development solo?

2009-05-02 Thread mscwd01

I have Marks books and all of them I have found very useful ;) Oh and
the continuous updates really are worth the Warescription fee.

On May 2, 8:56 pm, Mark Murphy mmur...@commonsware.com wrote:
 lowre...@gmail.com wrote:
  Any recommendations on the best books to buy for someone that has some
  strong experience in XML and novice level java skills looking to step
  up their A game? I’m already building some complex android
  applications mixing what I've learned from the tutorials; I just need
  to know more about basic API use, buttons, animation, etc. Game
  related stuff for the platform.

  Sorry if this has been posted before. I’ve noticed the books out there
  keep getting updated per SDK release and I’m curious about what are
  the best current book / books.

 On the whole, an Android 1.1 book will still be relevant for Android
 1.5, albeit with a number of things missing (e.g., home screen widgets)
 and a few things wrong (e.g., references to activitycreator instead of
 android create project).

 It is possible that books due out soon, like O'Reilly's _Android
 Application Development_, will have Android 1.5 coverage, though that
 will not be known until they are available in print.

 Beyond that, I can tell you:

 -- Reto Meier's _Professional Android Application Development_ has
 consistently been the top print seller on Amazon.com for a while now,
 and is also has the best rating on Amazon.com

 -- None of the books are tremendous for game development, but Ed
 Burnette's _Hello, Android_ seems to have the most coverage of 2D
 (Canvas) and 3D (OpenGL) graphics of the popular Android books

 -- My digital book editions will be updated to Android 1.5 within the
 next 30-60 days, and subscribers get a lot more depth (~1000 pages and
 growing) and frequency of updates than they would get from any single
 print book

 Hope this helps!

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Google Map Directions - Do they exist within Android?

2008-10-01 Thread mscwd01

Hey,

I am wanting to use the directions functionality present within the
web based google map api within an Android project. Firstly I am just
checking if the Android SDK allows for use of directions? I had a
quick look through the documentation but I couldnt find it mentioned
anywhere.

I do hope they havent left it out as its one of the most useful
features. Can it be used?

If not is there a workaround which could be used I.e. calling the web
based maps api somehow to get directions?

Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---