Open alex199568 opened 7 years ago
Here is my build.gradle
apply plugin: 'com.android.application' apply plugin: 'me.tatarka.retrolambda' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "..." minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } repositories { maven { url "https://jitpack.io" } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:cardview-v7:25.3.1' compile 'com.android.support:recyclerview-v7:25.3.1' compile 'com.android.support:design:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.2' compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.2' testCompile 'junit:junit:4.12' }
And here is the message I get
Error:Module 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.2' depends on one or more Android Libraries but is a jar
Here is my build.gradle
And here is the message I get
Error:Module 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.2' depends on one or more Android Libraries but is a jar