It should be possible to bundle an Android app in a project containing one or more native extensions.
Actual behaviour
The bundle process fails. The reason seems to be because the native extension builder generates a warning ([options] boostrap class path not set in conjunction with -source 1.6) which is treated as an error by the bundle pipeline in Editor 2.
Expected behaviour
It should be possible to bundle an Android app in a project containing one or more native extensions.
Actual behaviour
The bundle process fails. The reason seems to be because the native extension builder generates a warning ([options] boostrap class path not set in conjunction with -source 1.6) which is treated as an error by the bundle pipeline in Editor 2.
Steps to reproduce
Bundle an Android project containing a native extension. For instance this project: https://github.com/britzl/defold-gyro
I did a quick test, but was unable to reproduce the issue. Can you provide detailed repro steps?
Note: I was able to reproduce using the updated repro steps attached to DEFEDIT-1170 in our internal issue tracker.
A fix is in review right now.
Any update on this? I'm still having this issue.
Fixed.