Answers for "covert to gradle app"

0

how to use old android studio project

Look in the SDK Manager what is your highest Android SDK Build-tools version, and copy this version number in your project build.gradle file, in the android/buildToolsVersion property (for me, version was "18.1.1").
Posted by: Guest on December-14-2020
0

how to use old android studio project

dependencies {
        classpath 'com.android.tools.build:gradle:1.3.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
Posted by: Guest on December-14-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language