Avengers icon indicating copy to clipboard operation
Avengers copied to clipboard

[Deprecated] This project aims to work as a demo project and reference using the common frameworks and tools

Results 19 Avengers issues
Sort by recently updated
recently updated
newest added

Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have been compiled using Java 8 or above. If you...

minSdk is pointing to cfg.compileVersion in _app/build.gradle_

Change marvel_private_key to local property. _gradle-properties_ isn't a good way to store it, cuase it is versioned.

minSdkVersion != compileVersion

** jdk1.8.0_45 android studio 2.1 Preview 5 classpath 'com.android.tools.build:gradle:2.1.0-alpha5_ ** `` :app:transformClassesWithDexForDebug Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library...

``` Error:(23, 20) 错误: org.sunger.net.injector.components.AppComponent.getRestDataSource() contains a dependency cycle: org.sunger.net.injector.modules.AppModule.provideDataRepository(org.net.sunger.mode.model.RestDataSource restDataSource) [parameter: org.net.sunger.mode.model.RestDataSource `restDataSource] ``` ``` @Module public final class AppModule { private final MsApplication mAvengersApplication; public AppModule(MsApplication avengersApplication) {...

``` Error:(23, 20) 错误: org.sunger.net.injector.components.AppComponent.getRestDataSource() contains a dependency cycle: org.sunger.net.injector.modules.AppModule.provideDataRepository(org.net.sunger.mode.model.RestDataSource restDataSource) [parameter: org.net.sunger.mode.model.RestDataSource `restDataSource] ``` ``` @Module public final class AppModule { private final MsApplication mAvengersApplication; public AppModule(MsApplication avengersApplication) {...

https://github.com/googlecodelabs/android-testing/blob/master/app/src/main/java/com/example/android/testing/notes/notedetail/NoteDetailContract.java

enhancement