java - Android resources error -


i used getresources() call read raw text file , i'm getting error. if don't call getresources() don't seem error @ all.

vfy: unable resolve virtual method 387: landroid/content/res/resources;.getdrawable (ilandroid/content/res/resources$theme;)landroid/graphics/drawable/drawable; 

this code:

resources res = getresources(); inputstream in_s = res.openrawresource(r.raw.gg); 

what problem?


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -