Can someone help me to run samples in android devi...
# korge
a
Can someone help me to run samples in android device from korge-next repo. I tried
./gradlew :samples:mask:installDebug
but it doesn't seem to be working
d
What error are you getting? Have you tried the task
runAndroidDebug
?
a
yeah this works
runAndroidDebug
but just so you know the mask window is not appearing
we solved it in our project by giving stencil bits to the gl surface view config chooser
attaching ss for reference
d
Can you provide a patch with the stencil update?
🆗 1
a
I'll try in korge-next project
🙏 1
Here's the custom config patch. Sorry for some import changes in here due to studio preferences on imports
Now the output looks correct
d
Oh nice. Since I dont know when I will be on my computer and you know the rep and file. Can you make a PR with the patch, please?