Filed https://code.google.com/p/android/issues/detail?id=182555
No problems on Android Gradle Plugin 1.2.3, I am changing only the version of Android Gradle Plugin to 1.3.0 or 1.3.1 and it fails the build. On Wednesday, August 12, 2015 at 8:39:00 PM UTC+3, Tor Norbye wrote: > > That's not a known bug, please file it. The unused resource detector > didn't change in 1.3.0 so that's surprising (unless you're just saying that > it's reproducible in 1.3.0, not that it worked in 1.2.2 and broke in 1.3.0.) > > -- Tor > > On Wed, Aug 12, 2015 at 7:04 AM Artem Zinnatullin <[email protected] > <javascript:>> wrote: > >> Hello, ADT team. >> >> When I apply Android Gradle Plugin 1.3.0 or 1.3.1 to the StorIO project >> https://github.com/pushtorefresh/storio *Lint* fails for subproject >> storio-sample-app with error: >> >> "The resource R.string.tweets_add_error_toast appears to be unused". >> >> But this resource is actually in use in TweetsFragment >> <https://github.com/pushtorefresh/storio/blob/00ffd7b6b5aa900d33b2a3200c2e7376f4c0374f/storio-sample-app/src/main/java/com/pushtorefresh/storio/sample/ui/fragment/TweetsFragment.java#L163> >> . >> >> Can you please take a look? Easiest way to build StorIO — run "sh ci.sh". >> >> I can create an issue on b.android.com if you want (didn't find anything >> similar). >> >> -- >> 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. >> > -- 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.
