1. 確認專案已設定Full screen in browser
a.File/Export project…
b.選取Mobile/CocoonJS
c.專案會被壓縮為zip檔
2. 調用CocoonJS Cloud Compilation Service
a.上傳Construct 2匯出的壓縮檔
b.等待CocoonJS通知郵件
3. 下載CocoonJS轉換完成的壓縮檔
CocoonJS建構的壓縮檔中包括debug及unsigned release二種版本APK,前者以_debug_signed.apk結尾,後者以_release_unsigned.apk結尾。
unsigned release版本APK檔需要再使用keystore簽章後才可以發佈到Google Play
jarsigner -verbose -keystore your.keystore your_release.apk alias_name
教學投影片