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
I launched an app on API 33. minSdk in the example project is 26. Increasing the minSdk would probably solve the problem, but it would be nice if Storytale worked on API 21 and up, just like Jetpack Compose
When I tried to launch the
examples
app on Android, the following compilation error occurred:I was able to fix it by replacing spaces in example story names with underscores.
Is it possible to do something in the compiler plugin to remove spaces on Android?
The text was updated successfully, but these errors were encountered: