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
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Then build it with assembleRelease and sign it, it going to crash after grant permission while open main screen.
Crash Log:
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at java.util.ArrayList.get(Unknown Source:15)
at com.ldt.bubblepicker.rendering.java.gltexture.TexturePickerRenderer.initialize(TexturePickerRenderer.kt:84)
at com.ldt.bubblepicker.rendering.java.gltexture.TexturePickerRenderer.onSurfaceChanged(TexturePickerRenderer.kt:71)
at com.ldt.bubblepicker.rendering.java.gltexture.GLTextureView$GLThread.guardedRun(GLTextureView.java:1388)
at com.ldt.bubblepicker.rendering.java.gltexture.GLTextureView$GLThread.run(GLTextureView.java:1123)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After fixing error with
package com.igalata.bubblepicker.adapter does not exist
In this line
And fix xml error in this line
Which just change
igalata
toldt
Then build it with assembleRelease and sign it, it going to crash after grant permission while open main screen.
Crash Log:
The text was updated successfully, but these errors were encountered: