iosched icon indicating copy to clipboard operation
iosched copied to clipboard

Error opening the project on Android Studio 3.2 RC3

Open soehler opened this issue 6 years ago • 1 comments

Project does not compile on Android Studio 3.2 RC3

First problem, Requires kotlinVersiom = '1.2.51' on build.gradle.

After fixing it , compile/link error:

Conflict with dependency 'com.squareup.okio:okio' in project ':mobile'. Resolved versions for runtime classpath (1.14.0) and compile classpath (1.13.0) differ. This can lead to runtime crashes. To resolve this issue follow advice at https://developer.android.com/studio/build/gradle-tips#configure-project-wide-properties. Alternatively, you can try to fix the problem by adding this snippet to /Users/soehler/fontes/iosched/mobile/build.gradle:  

proguard rules adjustment needed ?

Sergio Oehler

soehler avatar Sep 12 '18 00:09 soehler

if you manually add a dependancy to okio 1.14 to your mobile/build.gradle you should get past that failure

vitriolix avatar Sep 18 '18 02:09 vitriolix