Skip to content Skip to sidebar Skip to footer

Could Not Find Transform-api.jar

I had a project which synced succesfully in last update of Android Studio . Its about 3 days that I update my android studio to version 3.3.2. After that, I can make a new project

Solution 1:

I had this following problem in my Android Studio Setup.

When I do the below steps these are causing the problem.

First Step

settings-->Gradle-->Android studio-->click Enabled embedded Maven repository.

Second Step

compileSdkVersion 27
    defaultConfig {
        applicationId "com.example.asus.recyceler_buti"
        minSdkVersion 16
        targetSdkVersion 27`

Final Step

implementation 'com.android.support:appcompat-v7:27.1.1'

Solution 2:

Check your internet connection, and if that is fine, check for the "offline work" in Android studio settings (if checked, uncheck this):

enter image description here

And then sync with Gradle.

Solution 3:

Add these 4 lines to 2 parts of the project according to the photo please click here

Post a Comment for "Could Not Find Transform-api.jar"