Re: [android-developers] Resource not found exception

2011-08-02 Thread Raghav Sood
Try regenerating R.java from scratch. I delete the entire gen folder every now and then and let eclipse recreate the entire R class. Thanks On Tue, Aug 2, 2011 at 9:35 PM, Andy wrote: > > > I am getting weird exception about resource not found crashed reported > in my developer console in a act

[android-developers] Resource not found exception

2011-08-02 Thread Andy
I am getting weird exception about resource not found crashed reported in my developer console in a activity MenuActivity. When I search for that Resource ID #0x7f030008 in my R.java it is listed as another layout identifier that is not referenced anywhere except loaded from another activity. I n

[android-developers] Resource not found exception when my activity goes to background

2011-05-25 Thread Shashidhar
Hi, I have an application in which I refresh the GUI ( set some images in my layout ) for every one second. Its all working well when the activity is in foreground. But when it goes to background ( ex. when I press home button) it starts throwing exception saying "Resource not found" when try to g

[android-developers] resource not found exception - framework

2011-03-11 Thread Krt
Hi All, I was trying to replace exisiting status bar with custom one, the following are the steps I tried: 1) I added a new project file in framework/base as 'customstatus' , all my source of new status bar and resuorce elements are here. When I compile this I get the custom-res.apk , 2) Further

Re: [android-developers] resource not found when building application for passion

2011-01-09 Thread Kumar Bibek
I guess you are using some images/resources from the SDK. If the particular resource is not available on the device's build, you would get this error. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Mon, Jan 10, 2011 at 8:57 AM, raja wrote: > Hi, > I have a new application

Re: [android-developers] resource not found when building application for passion

2011-01-09 Thread TreKing
You really need to provide more information. Like the resource it's complaining about, how your files are laid out, and the layout in question, for starters. - TreKing

[android-developers] resource not found when building application for passion

2011-01-09 Thread raja
Hi, I have a new application. If I build it for generic, and install it to the device, it works fine without any issue. If I build it for passion, it would show drawable resource not found when Inflating XML layout. Did I miss to set something? Thanks -- You received this message because you are

[android-developers] Resource not found

2010-10-27 Thread Surfer
Hi Hi, i have an app that runs on some 1.5 devices and is preloaded. I have now created an update for my app. I have just tested upgrade and it has an issue. I'd like to mention that my upgraded version has more string/drawable resources than the old one. What happens is when i get to the packag

Re: [android-developers] Resource not found exception in ListActivity

2010-09-02 Thread TreKing
On Thu, Sep 2, 2010 at 12:47 PM, Bret Foreman wrote: > Should the resourceID field in the constructor be > R.layout.listLayout, R.id.listLinearLayout, or R.id.chooseTableRowTextView? > You could probably just try them all and see what happens in about 30 seconds ... but ... If you're using this

[android-developers] Resource not found exception in ListActivity

2010-09-02 Thread Bret Foreman
I'm using ListActivity with an ArrayAdapter as the list adapter and getting a resource not found exception. When I build the ArrayAdapter I call the constructor like this: new ArrayAdapter(this,resourceID,stringList); If my list row layout in layout/listLayout.xml looks like this: http://schema

[android-developers] Resource not found errors for images referred to in a button image selector xml file

2010-01-05 Thread OldSkoolMark
My 1.6 app works fine in both portrait and landscape modes on the default HVGA device. I'm now trying to support it on QVGA devices and am encountering build-time errors I don't understand. In my res/drawable-ldpi directory I have: startstopin.png startstopout.png and a selector file startstopb