This is not my project, but it is a good starting point: https://github.com/yongce/AndroidArch
I have been trying to write some custom tests that would work with android-MNC in order to fill some of the gaps in the lint that came with Android Studio. However, what I have noticed after days of toiling is that if you set "android-MNC" as your compileSdkVersion (set it in build.gradle in the root project), recompile the AAR, and then run lint on the :demo project. It will cause multiple failures of the following type: Unexpected failure during lint analysis of LintViolationActivity.java (this is a bug in lint or one of the libraries it depends on) WrapperDetectorBase.checkRuleViolation(WrapperDetectorBase.java:55)-> WrapperDetectorBase.visitMethod(WrapperDetectorBase.java:40)-> JavaVisitor$DelegatingJavaVisitor.visitMethodInvocation(JavaVisitor.java: 1360)->MethodInvocation.accept(MethodInvocation.java:114) Does anyone know a workaround for this problem? 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.
