[android-developers] Re: Problem with ADT for Eclipse

2010-01-15 Thread rben
Ok, I finally got it running, by creating a new project and importing all the source. More fun than I deserve. On Jan 15, 8:54 pm, rben wrote: > After deleting a phone I had created in the emulator, I can no longer > get my Android application to run from Eclipse. Usually I can tease >

[android-developers] Problem with ADT for Eclipse

2010-01-15 Thread rben
After deleting a phone I had created in the emulator, I can no longer get my Android application to run from Eclipse. Usually I can tease out a way to fix stuff from error messages, but this time I'm stumped. When I try to run I get the following error: java.lang.NullPointerException at co

[android-developers] Re: Eclipse no longer runs application

2010-01-14 Thread rben
ternal.jobs.Worker.run(Worker.java:55) On Jan 14, 5:22 pm, rben wrote: > After deleting a phone device from the emulator, I can no longer hit > the green triangle button in eclipse and have it launch my application > in the emulator. > > I had been developing for 2.0.1, but th

[android-developers] Eclipse no longer runs application

2010-01-14 Thread rben
After deleting a phone device from the emulator, I can no longer hit the green triangle button in eclipse and have it launch my application in the emulator. I had been developing for 2.0.1, but then decided to try my app out in 2.1. I created a phone device for 2.1 and tried running it. I encounte

[android-developers] Re: Is there a way to get an icon back from MediaStore

2010-01-13 Thread rben
& read in the files > yourself, but i really don't recommend that. > > On Jan 12, 11:58 am, rben wrote: > > > > > I know that MediaStore creates an icon for each of its files. I'm > > wondering if there is a way to get a copy of that icon back from > &g

[android-developers] Re: Is there a way to get an icon back from MediaStore

2010-01-12 Thread rben
I know that MediaStore creates an icon for each of its files. I'm wondering if there is a way to get a copy of that icon back from MediaStore, since that would save me the hassle of doing the whole crop thing. On Jan 11, 4:00 pm, rben wrote: > I've figured out how to get the camera

[android-developers] Is there a way to get an icon back from MediaStore

2010-01-11 Thread rben
I've figured out how to get the camera to work. It's taking a 1/4 resolution picture and I'm putting it into the gallary. Next, I want to create a small icon of that picture to put on a button. I've seen several examples and the code below is what I've been trying: showMessage("Nex

[android-developers] Confusion about using Camera to take pictures from my application

2010-01-07 Thread rben
I've been trying to write an application that uses the Camera App to take a picture. So far, the only thing I've been able to get back successfully is a tiny bitmap picture. I've found several other posts related to this topic that have code that is reported to work, but it does not work for me. I'