Hi

i have a poblem to load a file diectly in my .aar archive.
structure of the aar-achive
aar
 |
 |-lib/
    |-mypackage.jar
           |-properties.file
           |-loadpoperties.java

in loadproperties i run the following command

InputStream in =
Thread.currentThread().getContextClassLoader().getResourceAsStream(properties.file);


and i get in = null as result.
as anyone an idea what happens here, and how i can solve the problem?

thx

Reply via email to