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
SDK v0.5.2
When I use proguard-android-optimize.txt to proguard app
in build process
will met "Compile with Proguard gives SimException: “local variable type mismatch”" error
When I use proguard-android.txt to proguard app
I can build app successfully
but when I start live
will met init fail io.straas.android.sdk.base.credential.a$c: error
please provide correct proguard info for sdk,
Thank you
The text was updated successfully, but these errors were encountered:
Hi @ddsakura
I don't meet any issue when using proguard-android.txt to build & run our sample app.
Did you use the correct client_id with your release keystore file?
You could check your mapping.txt to retrace io.straas.android.sdk.base.credential.a$c.
For the issue with proguard-android-optimize.txt, there is one thing we could adjust in the next release.
Hi,
SDK v0.5.2
When I use proguard-android-optimize.txt to proguard app
in build process
will met "Compile with Proguard gives SimException: “local variable type mismatch”" error
When I use proguard-android.txt to proguard app
I can build app successfully
but when I start live
will met init fail io.straas.android.sdk.base.credential.a$c: error
please provide correct proguard info for sdk,
Thank you
The text was updated successfully, but these errors were encountered: