I reply on android studio's run test to build. Now it is working, sorry for the false alarm.
On Monday, September 22, 2014 3:25:24 PM UTC-7, Xavier Ducrohet wrote: > > This works for me, though I have noticed that the IDE support isn't good > (ie if you have a test manifest, it won't recognize classes or resources). > > How are you trying to build? > > On Mon, Sep 22, 2014 at 1:51 PM, Cheng Yang <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. 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.
