android-sdk
android-sdk copied to clipboard
Strange logs when app starts
Hi guys!
I have this issue: Everytime i start my app and connect to the remote SDK just like in the official remoteSDK guide, i get these strange Logs:
2019-12-04 22:13:12.184 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Image> annotation class 56 2019-12-04 22:13:12.186 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Image> annotation class 56 2019-12-04 22:13:09.323 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.HelloDetails> annotation class 56 2019-12-04 22:13:09.361 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.376 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.407 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.415 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.420 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.423 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.464 5078-5377/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.942 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.WelcomeDetails> annotation class 56 2019-12-04 22:13:09.950 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.951 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.953 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.954 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.985 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56 2019-12-04 22:13:09.986 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56 2019-12-04 22:13:09.988 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56
There are much more but i think you get kind of an impression.
I don't have any problems to use the remote SDK but i just wanted you to know. Mybe there is some kind of underlying issue, who knows...
Issue found on 04.12.2019.
SDK Version:
OS Version:
Android 8.0.0 (Samsung Galaxy A3 2017 - Samsung Experience Version 9.0)
Scope(s):
Steps to reproduce:
- Start the App and connect to remoteSDK like in the official remoteSDK guide
Expected behaviour:
No crazy logs
Actual behaviour:
crazy logs
Thanks @anscash . Thanks for reporting, what's the Spotify SDK version you are using?
@mdelolmo Oh, i am sorry. I am using the latest version, 0.7 :-)
Just a heads up, this issue is kind of duplicated #226.
I was able to resolve the same issue in an unrelated context and have shared my insights in the linked ticket. Hopefully it may help y'all as well!