defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Unable to bundle APK containing an Android extension [DEFEDIT-1170] #1295

Closed britzl closed 6 years ago

britzl commented 7 years ago

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


Defold version1.2.115
Defold sha3f8b2ee4616a260cd374cd96c7cb1a1b26371f37
Build time2017-10-11T08:08:59.734006
OS nameMac OS X
OS version10.12.6
OS archx86_64
Java version1.8.0_102-b14
GPUNVIDIA GeForce GT 750M OpenGL Engine
GPU Driver2.1 NVIDIA-10.17.5 355.10.05.45f01
matgis-king commented 7 years ago

I did a quick test, but was unable to reproduce the issue. Can you provide detailed repro steps?

matgis-king commented 7 years ago

Note: I was able to reproduce using the updated repro steps attached to DEFEDIT-1170 in our internal issue tracker.

mathiaswking commented 7 years ago

A fix is in review right now.

dapetcu21 commented 6 years ago

Any update on this? I'm still having this issue.

britzl commented 6 years ago

Fixed.