[android-beginners] Re: No classfiles specified on even hello after installing SDK 1.5

2009-09-25 Thread bboyes
So it seems the problem is Eclipse caching old data. Starting Eclipse with the -clean option solves this. Also eventually it will happen by itself which would explain the other posters reports that it just started working or started working after restarting Eclipse enough times. See:

[android-beginners] Solved: conversion to dalvik format failed with error 1

2009-09-25 Thread bboyes
So it seems the problem is Eclipse caching old data. Starting Eclipse with the -clean option solves this. Also eventually it will happen by itself -- which would explain the other posters reports that it just started working or started working after restarting Eclipse enough times. See:

[android-beginners] No classfiles specified on even hello after installing SDK 1.5

2009-09-22 Thread bboyes
Hi folks So I've had no trouble running under SDK 1.0 and 1.1. Then I flashed my dev phone from 1.0 to 1.5 and all is well. Many useful new features. I installed SDK 1.5 and now I can't even build Hello World. I always get [2009-09-22 01:02:41 - Hello 1.5] no classfiles specified [2009-09-22

[android-beginners] Re: Sample Code missing

2009-08-16 Thread bboyes
These apparently moved. The apress Pro Android book p31 says they are in a subfolder off the SDK root, but they are not. They are here: ..\android-sdk-windows-1.5_r1\platforms\android-1.5\samples and oddly there is an empty ..\android-sdk-windows-1.5_r1\docs\samples folder... Google's reference

[android-beginners] Re: Slow to load emulator with eclipse

2009-07-22 Thread bboyes
Yes you only need to take the hit on startup once. After that it's almost instantaneous to execute a new app. I'm in the same boat with an IBM T43... but the 2nd or subsequent runs are really no problem. --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: How to get started for leaningt android ?

2009-07-13 Thread bboyes
I started with these tutorials: http://developer.android.com/guide/tutorials/hello-world.html You might want to start also with a book. I just ordered http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470344717/ref=sr_1_2?ie=UTF8s=booksqid=1247448461sr=8-2 I have