FinestWebView-Android icon indicating copy to clipboard operation
FinestWebView-Android copied to clipboard

Cannot find symbol com.thefinestartist.Base

Open RohitK1992 opened this issue 5 years ago • 2 comments

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

RohitK1992 avatar Jul 23 '19 07:07 RohitK1992

any luck with this?

obirawa avatar Nov 07 '19 01:11 obirawa

I did find a way around, check if this help.

Changes in project level gradle : classpath 'com.android.tools.build:gradle:3.3.0' (Instead of com.android.tools.build:gradle:3.4.2)

Changes in gradle-wrapper.properties : distributionUrl=https://services.gradle.org/distributions/gradle-4.10.1-all.zip (Instead of distributionUrl=https://services.gradle.org/distributions/gradle-5.1.1-all.zip)

RohitK1992 avatar Nov 07 '19 06:11 RohitK1992