MathView icon indicating copy to clipboard operation
MathView copied to clipboard

Class referenced in the layout file, `com.jstarczewski.pc.mathview.src.MathView`, was not found in the project or the libraries

Open stevealo opened this issue 3 years ago • 0 comments

Hi I am new to Android programming, I tried to using your library. But is gives me the following error "Class referenced in the layout file, com.jstarczewski.pc.mathview.src.MathView, was not found in the project or the libraries" in my file layout even after I had included the maven { url 'https://jitpack.io' } in the project repositories in Gradle (Project ) and implementation 'com.github.jstarczewski:MathView:0.4.0' in the Gradle app, what am I getting wrong?

I have synced my project several times

stevealo avatar Dec 10 '22 14:12 stevealo