Closed trashguy closed 1 week ago
platform/android/java_godot_lib_jni.h
and platform/android/plugin/godot_plugin_jni.h
need their function names changed to reflect the package.
platform/android/java_godot_wrapper.cpp
and platform/android/jni_utils.cpp
need to change from look for something in org/godotengine/godot/
to org/redotengine/godot/
and
"()Lorg/godotengine/godot/GodotRenderView;"
needs to be changed to "()Lorg/redotengine/godot/GodotRenderView;"
in platform/android/java_godot_wrapper.cpp
Patched your changes @Spartan322 and updated the editor name
This needs to be squashed, you can add my name to the commit by adding Co-authored-by: Spartan322 <Megacake1234@gmail.com>
at the end of the commit.
Rebrand of the android object naming to allow upload to the Google play store and signing. This will allow users to load the app on their Android devices.
We are waiting on Google to approve our account, so lets keep this open until I can verify the builds on the Play store.