[android-developers] Re: ResourceBundle and *.properties files in classes.dex

2008-09-22 Thread janb
es file inside the /src directory of your app, so that > >> the build process can put it inside your .apk. > >> This should then allow you to use it withResourceBundleand > >> classLoader.getResourceAsStream(). > > >> 2008/9/15 janb <[EMAIL PROTECTED]> > > >> > Hi, &

[android-developers] ResourceBundle and *.properties files in classes.dex

2008-09-15 Thread janb
Hi, I've been trying to make ResourceBundle lookups work now that bug #173 is fixed: http://code.google.com/p/android/issues/detail?id=173&can=1&q=ResourceBundle&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary However, ResourceBundle.getBundle("com/acme/foo") always fails with