Android Studio - Error:uncaught Translation Error: Com.android.dx.cf.code.simexception: Local 0001: Invalid
I have just set up a new computer with Android Studio and imported my project from bitbucket. Problem is that I am now getting this error when trying to build the project: Informa
Solution 1:
This what I did to fix in my scenario:
At the project level on android studio updated the build.gradle like this:
buildscript {
ext.kotlin_version = '1.2.31
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
}
Then on the gradle-wrapper.properties this:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
Post a Comment for "Android Studio - Error:uncaught Translation Error: Com.android.dx.cf.code.simexception: Local 0001: Invalid"