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 use your lib in android app. Before I used classpath "com.android.tools.build:gradle:3.1.3" and all worked fine. But now I have increased version of gradle "com.android.tools.build:gradle:3.4.0" and Android Studio shows me the error: "Could not find or load main class my.full.package.JsoniterCodegen".
I can't find reason of fail. Are there any suggestions?
The text was updated successfully, but these errors were encountered:
I use your lib in android app. Before I used
classpath "com.android.tools.build:gradle:3.1.3"
and all worked fine. But now I have increased version of gradle"com.android.tools.build:gradle:3.4.0"
and Android Studio shows me the error: "Could not find or load main class my.full.package.JsoniterCodegen".I can't find reason of fail. Are there any suggestions?
The text was updated successfully, but these errors were encountered: