Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find symbol com.thefinestartist.Base #175

Open
RohitK1992 opened this issue Jul 23, 2019 · 2 comments
Open

Cannot find symbol com.thefinestartist.Base #175

RohitK1992 opened this issue Jul 23, 2019 · 2 comments

Comments

@RohitK1992
Copy link

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

@obirawa
Copy link

obirawa commented Nov 7, 2019

any luck with this?

@RohitK1992
Copy link
Author

RohitK1992 commented Nov 7, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants