I want to add defold game in my native Android app.
for example, after clicking on a button in Android, the game opens with some info received from the Android side(for example level number). maybe by putting extra to the intent that is launching DefoldActivity and then getting this extra from controller.script from defold side.
I investigated extension-android from here.
but I don’t know how to export defold game that can be used in Android project. and don’t know how to send extra to Defold side.
when Android app bundled from Defold editor, a .so file also created. what is this?