Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
QtTAS 2.0
-
7b69fe7e6 (dev)
Description
There seem to be breaking changes in the new Android Studio version. They are as follows:
- We need to specify the heap size to JVM, otherwise, it crashes with an out-of-memory exception
- We need to import the JSON library explicitly
- The StartupActivity class is deprecated and now we need to implement that functionality in Kotlin only to support coroutines.