You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using
implementation 'com.thefinestartist:finestwebview:1.2.7' since a very long time , but after changing the gradle version to com.android.tools.build:gradle:3.4.2 I am getting the following error.
AppController.java:37: error: cannot find symbol
import com.thefinestartist.Base;
^
symbol: class Base
location: package com.thefinestartist
distributionUrl=https://services.gradle.org/distributions/gradle-5.1.1-all.zip
in gradle-wrapper.properties
I am using
implementation 'com.thefinestartist:finestwebview:1.2.7' since a very long time , but after changing the gradle version to com.android.tools.build:gradle:3.4.2 I am getting the following error.
AppController.java:37: error: cannot find symbol
import com.thefinestartist.Base;
^
symbol: class Base
location: package com.thefinestartist
distributionUrl=https://services.gradle.org/distributions/gradle-5.1.1-all.zip
in gradle-wrapper.properties
ProjectLevelGradle.txt
AppLevelGradle.txt
The text was updated successfully, but these errors were encountered: