Did anyone get a fix for this issue ? Im using eclipse and android sdk r2. My scenario is res/raw/abc.xml. I have the following code
Resources res = Resources.*getSystem*() ; FileDescriptor *fd* = res.openRawResourceFd (R.layout. *main*).getFileDescriptor(); Or InputStream in = res.openRawResource(R.layout.*main*); Both of them report "no package identifier when getting value for resource number" for the main value. I have started download of r4 sdk. Will it fix it ? Siddharth On Tue, Jun 2, 2009 at 12:19 AM, guruk <[email protected]> wrote: > > :) > make really no sense > > and you know what is even more strange: > now while installing my app i get > 35 Times: > > I/ActivityManager( 60): Start proc com.chris.mydays for activity > com.chris.myd > ays/.datepicker: pid=32376 uid=10032 gids={} > I/dalvikvm(32376): Debugger thread not active, ignoring DDM send > (t=0x41504e4d l > =38) > I/dalvikvm(32376): Debugger thread not active, ignoring DDM send > (t=0x41504e4d l > =36) > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > E/vending (32364): > com.android.vending.api.LocalAssetDatabase.buildPackageNameMa > p(): Multiple assets with package name > > Any ideas how to fix that? > > greets > chris > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -~----------~----~----~----~------~----~------~--~--- > >
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

