I have the following project layout, most are default generated. Then I 
added a res folder under androidTest, however, all the values defined in 
res/values are not accessible, in fact the xml files are not even been 
compiled.

    ├── androidTest
    │   ├── java
    │   │   └── com
    │   └── res
    │       └── values
    └── main
        ├── AndroidManifest.xml
        ├── java
        │   └── com
        └── res
            └── values

How to get test resource working?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to