Because GdxNativesLoader.load() is called in the static initializer of AndroidApplication, it's not possible to run any code before it. This means that if native libs are not present the app ...
How can I change the ckeditor mounted route in the initializer from /ckeditor to something else? Currently my issue is that I have ckeditor in an engine. Since the engine has the routes isolated, the ...