Scenario:
Using Mac Laptop
Using Defold 1.4.3
Created a project out of defold-examples/examples at master · defold/defold-examples · GitHub
Local run on laptop works as expected including all examples
Bundled an Android APK , variant debug , Bundle format: APK
Deployed to S21 Ultra
App is working except for “camera” example - buttons not responding
Trying to debug the issue using Android IDE 2022.1.1 Patch 2
Android IDE rejecting the symbol so files generated by Defold IDE on
Unable to find any debuggable shared object files from the selection: - /XXX/armv7-android/Defold examples/Defold examples.apk.symbols/lib/armeabi-v7a/libDefoldexamples.so
Is this a known issue ?
How can I debug the application natively (the issue does not occur on html5 mode)