[android-developers] Re: Force close in example taken from book Inflation Error

2011-06-13 Thread Bagatelle: David Lee Evans
My guess, is that you forgot to change the prefix package name in your xml file to match the new package name in your class. Maybe your new package name for your class is com.ragahvsood.listdroid-1 and in your xml file you still have com.ragahvsood.listdroid.ListDroidItemView instead of

[android-developers] Re: Problem Starting in Eclipse

2011-05-25 Thread Bagatelle: David Lee Evans
Need a little more to go on, but what does Eclipse problem view indicate. On May 23, 9:44 pm, Kyban kyban...@gmail.com wrote: I'm trying to start developing and have a fair amount of experience in Java and am working in Eclipse.  I tried to just get a sample working for starters so I made a

[android-developers] Re: MapActivity ClassNotFound Error

2011-02-22 Thread Bagatelle: David Lee Evans
Well, no much information to go on, but since you stated that this worked for you before, perhaps the problem that you are running into is that you forgot to set the uses-library tag in the Application Manifest file. Here is a link explaining maps

[android-developers] Re: Widget Configure Activity Issue - ANRs on device, OK in debugger

2010-10-26 Thread Bagatelle: David Lee Evans
On Oct 26, 4:25 am, Alex maroeb...@gmail.com wrote: I have a Configure Activity for a simple widget. Everything works fine with the debugger attached, but when I run the app on a standalone device it ANRs when loading the Configure Activity view. It is proving difficult to debug, as with

[android-developers] Re: Importing existing projects to Android

2010-07-07 Thread Bagatelle: David Lee Evans
On Jul 7, 1:07 am, Demetris demet...@ece.neu.edu wrote: Hi all, I generated a standard Android under Eclipse (using the plugin) and I imported code from an existing project (J2SE-based). I was able to iron out all the complaints from the Android SDK 2.1 (compile errors). However, the