Hi, i have problem with opening files...
this.res=imsLoader.context.getResources();
this.context=imsLoader.context;
InputStream istream=null;
...
...
istream=res.openRawResource(R.raw.l6); //->> it works correcty that
file is on res/raw/l6.lvl
istream=context.openFileInput("l3.lvl"); // it give me FileNotFound
exception
istream=context.openFileInput("l"+level+".lvl"); // it give me
FileNotFound exception
------------------------------------
Thx for every usefull informations.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to