VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

Errors while generate release APK.

Open shohel01716 opened this issue 6 years ago • 5 comments

com.android.volley.error.VolleyErrorHelper$1: can't find superclass or interface com.google.gson.reflect.TypeToken |   com.android.volley.AsyncRequestLoader: can't find referenced class com.google.gson.Gson |   com.android.volley.error.VolleyErrorHelper: can't find referenced class com.google.gson.Gson |   com.android.volley.error.VolleyErrorHelper: can't find referenced method 'java.lang.reflect.Type getType()' in program class com.android.volley.error.VolleyErrorHelper$1 |   com.android.volley.error.VolleyErrorHelper: can't find referenced class com.google.gson.Gson |   com.android.volley.error.VolleyErrorHelper$1: can't find referenced class com.google.gson.reflect.TypeToken |   com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.Gson |   com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.JsonSyntaxException |   com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.Gson |   com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.JsonSyntaxException |   there were 16 unresolved references to classes or interfaces. |   there were 1 unresolved references to program class members. |   Exception while processing task java.io.IOException: Please correct the above warnings first. |  

shohel01716 avatar Jun 04 '18 15:06 shohel01716

Hey man, can you try to delete your build folder manually and then doing a build and run again?

johan-steffens avatar Jul 09 '18 09:07 johan-steffens

i have the same problem plz help

haliyari avatar Jul 26 '18 17:07 haliyari

@hellboyfa Please post a stacktrace and some form of code

johan-steffens avatar Jul 26 '18 17:07 johan-steffens

com.android.volley.error.VolleyErrorHelper$1: can't find superclass or interface com.google.gson.reflect.TypeToken com.android.volley.AsyncRequestLoader: can't find referenced class com.google.gson.Gson com.android.volley.error.VolleyErrorHelper: can't find referenced class com.google.gson.Gson com.android.volley.error.VolleyErrorHelper: can't find referenced method 'java.lang.reflect.Type getType()' in program class com.android.volley.error.VolleyErrorHelper$1 com.android.volley.error.VolleyErrorHelper: can't find referenced class com.google.gson.Gson com.android.volley.error.VolleyErrorHelper$1: can't find referenced class com.google.gson.reflect.TypeToken com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.Gson com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.JsonSyntaxException com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.Gson com.android.volley.request.GsonRequest: can't find referenced class com.google.gson.JsonSyntaxException

haliyari avatar Jul 26 '18 17:07 haliyari

Please post the request/response code related to the section. I believe it has to do with JSON marshalling.

johan-steffens avatar Jul 26 '18 18:07 johan-steffens