export.cpp 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735
  1. /*************************************************************************/
  2. /* export.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /*************************************************************************/
  30. #include "export.h"
  31. #include "editor/editor_export.h"
  32. #include "editor/editor_node.h"
  33. #include "editor/editor_settings.h"
  34. #include "io/marshalls.h"
  35. #include "io/zip_io.h"
  36. #include "os/file_access.h"
  37. #include "os/os.h"
  38. #include "platform/android/logo.gen.h"
  39. #include "platform/android/run_icon.gen.h"
  40. #include "project_settings.h"
  41. #include "version.h"
  42. #include <string.h>
  43. static const char *android_perms[] = {
  44. "ACCESS_CHECKIN_PROPERTIES",
  45. "ACCESS_COARSE_LOCATION",
  46. "ACCESS_FINE_LOCATION",
  47. "ACCESS_LOCATION_EXTRA_COMMANDS",
  48. "ACCESS_MOCK_LOCATION",
  49. "ACCESS_NETWORK_STATE",
  50. "ACCESS_SURFACE_FLINGER",
  51. "ACCESS_WIFI_STATE",
  52. "ACCOUNT_MANAGER",
  53. "ADD_VOICEMAIL",
  54. "AUTHENTICATE_ACCOUNTS",
  55. "BATTERY_STATS",
  56. "BIND_ACCESSIBILITY_SERVICE",
  57. "BIND_APPWIDGET",
  58. "BIND_DEVICE_ADMIN",
  59. "BIND_INPUT_METHOD",
  60. "BIND_NFC_SERVICE",
  61. "BIND_NOTIFICATION_LISTENER_SERVICE",
  62. "BIND_PRINT_SERVICE",
  63. "BIND_REMOTEVIEWS",
  64. "BIND_TEXT_SERVICE",
  65. "BIND_VPN_SERVICE",
  66. "BIND_WALLPAPER",
  67. "BLUETOOTH",
  68. "BLUETOOTH_ADMIN",
  69. "BLUETOOTH_PRIVILEGED",
  70. "BRICK",
  71. "BROADCAST_PACKAGE_REMOVED",
  72. "BROADCAST_SMS",
  73. "BROADCAST_STICKY",
  74. "BROADCAST_WAP_PUSH",
  75. "CALL_PHONE",
  76. "CALL_PRIVILEGED",
  77. "CAMERA",
  78. "CAPTURE_AUDIO_OUTPUT",
  79. "CAPTURE_SECURE_VIDEO_OUTPUT",
  80. "CAPTURE_VIDEO_OUTPUT",
  81. "CHANGE_COMPONENT_ENABLED_STATE",
  82. "CHANGE_CONFIGURATION",
  83. "CHANGE_NETWORK_STATE",
  84. "CHANGE_WIFI_MULTICAST_STATE",
  85. "CHANGE_WIFI_STATE",
  86. "CLEAR_APP_CACHE",
  87. "CLEAR_APP_USER_DATA",
  88. "CONTROL_LOCATION_UPDATES",
  89. "DELETE_CACHE_FILES",
  90. "DELETE_PACKAGES",
  91. "DEVICE_POWER",
  92. "DIAGNOSTIC",
  93. "DISABLE_KEYGUARD",
  94. "DUMP",
  95. "EXPAND_STATUS_BAR",
  96. "FACTORY_TEST",
  97. "FLASHLIGHT",
  98. "FORCE_BACK",
  99. "GET_ACCOUNTS",
  100. "GET_PACKAGE_SIZE",
  101. "GET_TASKS",
  102. "GET_TOP_ACTIVITY_INFO",
  103. "GLOBAL_SEARCH",
  104. "HARDWARE_TEST",
  105. "INJECT_EVENTS",
  106. "INSTALL_LOCATION_PROVIDER",
  107. "INSTALL_PACKAGES",
  108. "INSTALL_SHORTCUT",
  109. "INTERNAL_SYSTEM_WINDOW",
  110. "INTERNET",
  111. "KILL_BACKGROUND_PROCESSES",
  112. "LOCATION_HARDWARE",
  113. "MANAGE_ACCOUNTS",
  114. "MANAGE_APP_TOKENS",
  115. "MANAGE_DOCUMENTS",
  116. "MASTER_CLEAR",
  117. "MEDIA_CONTENT_CONTROL",
  118. "MODIFY_AUDIO_SETTINGS",
  119. "MODIFY_PHONE_STATE",
  120. "MOUNT_FORMAT_FILESYSTEMS",
  121. "MOUNT_UNMOUNT_FILESYSTEMS",
  122. "NFC",
  123. "PERSISTENT_ACTIVITY",
  124. "PROCESS_OUTGOING_CALLS",
  125. "READ_CALENDAR",
  126. "READ_CALL_LOG",
  127. "READ_CONTACTS",
  128. "READ_EXTERNAL_STORAGE",
  129. "READ_FRAME_BUFFER",
  130. "READ_HISTORY_BOOKMARKS",
  131. "READ_INPUT_STATE",
  132. "READ_LOGS",
  133. "READ_PHONE_STATE",
  134. "READ_PROFILE",
  135. "READ_SMS",
  136. "READ_SOCIAL_STREAM",
  137. "READ_SYNC_SETTINGS",
  138. "READ_SYNC_STATS",
  139. "READ_USER_DICTIONARY",
  140. "REBOOT",
  141. "RECEIVE_BOOT_COMPLETED",
  142. "RECEIVE_MMS",
  143. "RECEIVE_SMS",
  144. "RECEIVE_WAP_PUSH",
  145. "RECORD_AUDIO",
  146. "REORDER_TASKS",
  147. "RESTART_PACKAGES",
  148. "SEND_RESPOND_VIA_MESSAGE",
  149. "SEND_SMS",
  150. "SET_ACTIVITY_WATCHER",
  151. "SET_ALARM",
  152. "SET_ALWAYS_FINISH",
  153. "SET_ANIMATION_SCALE",
  154. "SET_DEBUG_APP",
  155. "SET_ORIENTATION",
  156. "SET_POINTER_SPEED",
  157. "SET_PREFERRED_APPLICATIONS",
  158. "SET_PROCESS_LIMIT",
  159. "SET_TIME",
  160. "SET_TIME_ZONE",
  161. "SET_WALLPAPER",
  162. "SET_WALLPAPER_HINTS",
  163. "SIGNAL_PERSISTENT_PROCESSES",
  164. "STATUS_BAR",
  165. "SUBSCRIBED_FEEDS_READ",
  166. "SUBSCRIBED_FEEDS_WRITE",
  167. "SYSTEM_ALERT_WINDOW",
  168. "TRANSMIT_IR",
  169. "UNINSTALL_SHORTCUT",
  170. "UPDATE_DEVICE_STATS",
  171. "USE_CREDENTIALS",
  172. "USE_SIP",
  173. "VIBRATE",
  174. "WAKE_LOCK",
  175. "WRITE_APN_SETTINGS",
  176. "WRITE_CALENDAR",
  177. "WRITE_CALL_LOG",
  178. "WRITE_CONTACTS",
  179. "WRITE_EXTERNAL_STORAGE",
  180. "WRITE_GSERVICES",
  181. "WRITE_HISTORY_BOOKMARKS",
  182. "WRITE_PROFILE",
  183. "WRITE_SECURE_SETTINGS",
  184. "WRITE_SETTINGS",
  185. "WRITE_SMS",
  186. "WRITE_SOCIAL_STREAM",
  187. "WRITE_SYNC_SETTINGS",
  188. "WRITE_USER_DICTIONARY",
  189. NULL
  190. };
  191. class EditorExportAndroid : public EditorExportPlatform {
  192. GDCLASS(EditorExportAndroid, EditorExportPlatform)
  193. Ref<ImageTexture> logo;
  194. Ref<ImageTexture> run_icon;
  195. struct Device {
  196. String id;
  197. String name;
  198. String description;
  199. int api_level;
  200. };
  201. struct APKExportData {
  202. zipFile apk;
  203. EditorProgress *ep;
  204. };
  205. Vector<Device> devices;
  206. bool devices_changed;
  207. Mutex *device_lock;
  208. Thread *device_thread;
  209. volatile bool quit_request;
  210. static void _device_poll_thread(void *ud) {
  211. EditorExportAndroid *ea = (EditorExportAndroid *)ud;
  212. while (!ea->quit_request) {
  213. String adb = EditorSettings::get_singleton()->get("export/android/adb");
  214. if (FileAccess::exists(adb)) {
  215. String devices;
  216. List<String> args;
  217. args.push_back("devices");
  218. int ec;
  219. OS::get_singleton()->execute(adb, args, true, NULL, &devices, &ec);
  220. Vector<String> ds = devices.split("\n");
  221. Vector<String> ldevices;
  222. for (int i = 1; i < ds.size(); i++) {
  223. String d = ds[i];
  224. int dpos = d.find("device");
  225. if (dpos == -1)
  226. continue;
  227. d = d.substr(0, dpos).strip_edges();
  228. //print_line("found devuce: "+d);
  229. ldevices.push_back(d);
  230. }
  231. ea->device_lock->lock();
  232. bool different = false;
  233. if (ea->devices.size() != ldevices.size()) {
  234. different = true;
  235. } else {
  236. for (int i = 0; i < ea->devices.size(); i++) {
  237. if (ea->devices[i].id != ldevices[i]) {
  238. different = true;
  239. break;
  240. }
  241. }
  242. }
  243. if (different) {
  244. Vector<Device> ndevices;
  245. for (int i = 0; i < ldevices.size(); i++) {
  246. Device d;
  247. d.id = ldevices[i];
  248. for (int j = 0; j < ea->devices.size(); j++) {
  249. if (ea->devices[j].id == ldevices[i]) {
  250. d.description = ea->devices[j].description;
  251. d.name = ea->devices[j].name;
  252. d.api_level = ea->devices[j].api_level;
  253. }
  254. }
  255. if (d.description == "") {
  256. //in the oven, request!
  257. args.clear();
  258. args.push_back("-s");
  259. args.push_back(d.id);
  260. args.push_back("shell");
  261. args.push_back("cat");
  262. args.push_back("/system/build.prop");
  263. int ec;
  264. String dp;
  265. OS::get_singleton()->execute(adb, args, true, NULL, &dp, &ec);
  266. Vector<String> props = dp.split("\n");
  267. String vendor;
  268. String device;
  269. d.description + "Device ID: " + d.id + "\n";
  270. d.api_level = 0;
  271. for (int j = 0; j < props.size(); j++) {
  272. String p = props[j];
  273. if (p.begins_with("ro.product.model=")) {
  274. device = p.get_slice("=", 1).strip_edges();
  275. } else if (p.begins_with("ro.product.brand=")) {
  276. vendor = p.get_slice("=", 1).strip_edges().capitalize();
  277. } else if (p.begins_with("ro.build.display.id=")) {
  278. d.description += "Build: " + p.get_slice("=", 1).strip_edges() + "\n";
  279. } else if (p.begins_with("ro.build.version.release=")) {
  280. d.description += "Release: " + p.get_slice("=", 1).strip_edges() + "\n";
  281. } else if (p.begins_with("ro.build.version.sdk=")) {
  282. d.api_level = p.get_slice("=", 1).to_int();
  283. } else if (p.begins_with("ro.product.cpu.abi=")) {
  284. d.description += "CPU: " + p.get_slice("=", 1).strip_edges() + "\n";
  285. } else if (p.begins_with("ro.product.manufacturer=")) {
  286. d.description += "Manufacturer: " + p.get_slice("=", 1).strip_edges() + "\n";
  287. } else if (p.begins_with("ro.board.platform=")) {
  288. d.description += "Chipset: " + p.get_slice("=", 1).strip_edges() + "\n";
  289. } else if (p.begins_with("ro.opengles.version=")) {
  290. uint32_t opengl = p.get_slice("=", 1).to_int();
  291. d.description += "OpenGL: " + itos(opengl >> 16) + "." + itos((opengl >> 8) & 0xFF) + "." + itos((opengl)&0xFF) + "\n";
  292. }
  293. }
  294. d.name = vendor + " " + device;
  295. //print_line("name: "+d.name);
  296. //print_line("description: "+d.description);
  297. }
  298. ndevices.push_back(d);
  299. }
  300. ea->devices = ndevices;
  301. ea->devices_changed = true;
  302. }
  303. ea->device_lock->unlock();
  304. }
  305. uint64_t wait = 3000000;
  306. uint64_t time = OS::get_singleton()->get_ticks_usec();
  307. while (OS::get_singleton()->get_ticks_usec() - time < wait) {
  308. OS::get_singleton()->delay_usec(1000);
  309. if (ea->quit_request)
  310. break;
  311. }
  312. }
  313. if (EditorSettings::get_singleton()->get("export/android/shutdown_adb_on_exit")) {
  314. String adb = EditorSettings::get_singleton()->get("export/android/adb");
  315. if (!FileAccess::exists(adb)) {
  316. return; //adb not configured
  317. }
  318. List<String> args;
  319. args.push_back("kill-server");
  320. OS::get_singleton()->execute(adb, args, true);
  321. };
  322. }
  323. String get_project_name(const String &p_name) const {
  324. String aname;
  325. if (p_name != "") {
  326. aname = p_name;
  327. } else {
  328. aname = ProjectSettings::get_singleton()->get("application/config/name");
  329. }
  330. if (aname == "") {
  331. aname = _MKSTR(VERSION_NAME);
  332. }
  333. return aname;
  334. }
  335. String get_package_name(const String &p_package) {
  336. String pname = p_package;
  337. String basename = ProjectSettings::get_singleton()->get("application/config/name");
  338. basename = basename.to_lower();
  339. String name;
  340. bool first = true;
  341. for (int i = 0; i < basename.length(); i++) {
  342. CharType c = basename[i];
  343. if (c >= '0' && c <= '9' && first) {
  344. continue;
  345. }
  346. if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || (c >= '0' && c <= '9')) {
  347. name += String::chr(c);
  348. first = false;
  349. }
  350. }
  351. if (name == "")
  352. name = "noname";
  353. pname = pname.replace("$genname", name);
  354. return pname;
  355. }
  356. static bool _should_compress_asset(const String &p_path, const Vector<uint8_t> &p_data) {
  357. /*
  358. * By not compressing files with little or not benefit in doing so,
  359. * a performance gain is expected attime. Moreover, if the APK is
  360. * zip-aligned, assets stored as they are can be efficiently read by
  361. * Android by memory-mapping them.
  362. */
  363. // -- Unconditional uncompress to mimic AAPT plus some other
  364. static const char *unconditional_compress_ext[] = {
  365. // From https://github.com/android/platform_frameworks_base/blob/master/tools/aapt/Package.cpp
  366. // These formats are already compressed, or don't compress well:
  367. ".jpg", ".jpeg", ".png", ".gif",
  368. ".wav", ".mp2", ".mp3", ".ogg", ".aac",
  369. ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
  370. ".rtttl", ".imy", ".xmf", ".mp4", ".m4a",
  371. ".m4v", ".3gp", ".3gpp", ".3g2", ".3gpp2",
  372. ".amr", ".awb", ".wma", ".wmv",
  373. // Godot-specific:
  374. ".webp", // Same reasoning as .png
  375. ".cfb", // Don't let small config files slow-down startup
  376. ".scn", // Binary scenes are usually already compressed
  377. ".stex", // Streamable textures are usually already compressed
  378. // Trailer for easier processing
  379. NULL
  380. };
  381. for (const char **ext = unconditional_compress_ext; *ext; ++ext) {
  382. if (p_path.to_lower().ends_with(String(*ext))) {
  383. return false;
  384. }
  385. }
  386. // -- Compressed resource?
  387. if (p_data.size() >= 4 && p_data[0] == 'R' && p_data[1] == 'S' && p_data[2] == 'C' && p_data[3] == 'C') {
  388. // Already compressed
  389. return false;
  390. }
  391. // --- TODO: Decide on texture resources according to their image compression setting
  392. return true;
  393. }
  394. static zip_fileinfo get_zip_fileinfo() {
  395. OS::Time time = OS::get_singleton()->get_time();
  396. OS::Date date = OS::get_singleton()->get_date();
  397. zip_fileinfo zipfi;
  398. zipfi.tmz_date.tm_hour = time.hour;
  399. zipfi.tmz_date.tm_mday = date.day;
  400. zipfi.tmz_date.tm_min = time.min;
  401. zipfi.tmz_date.tm_mon = date.month;
  402. zipfi.tmz_date.tm_sec = time.sec;
  403. zipfi.tmz_date.tm_year = date.year;
  404. zipfi.dosDate = 0;
  405. zipfi.external_fa = 0;
  406. zipfi.internal_fa = 0;
  407. return zipfi;
  408. }
  409. static Set<String> get_abis() {
  410. Set<String> abis;
  411. abis.insert("armeabi");
  412. abis.insert("armeabi-v7a");
  413. abis.insert("arm64-v8a");
  414. abis.insert("x86");
  415. abis.insert("x86_64");
  416. abis.insert("mips");
  417. abis.insert("mips64");
  418. return abis;
  419. }
  420. static Error save_apk_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) {
  421. APKExportData *ed = (APKExportData *)p_userdata;
  422. String dst_path = p_path;
  423. static Set<String> android_abis = get_abis();
  424. if (dst_path.ends_with(".so")) {
  425. String abi = dst_path.get_base_dir().get_file().strip_edges(); // parent dir name
  426. if (android_abis.has(abi)) {
  427. dst_path = "lib/" + abi + "/" + dst_path.get_file();
  428. } else {
  429. String err = "Dynamic libraries must be located in the folder named after Android ABI they were compiled for. " +
  430. p_path + " does not follow this convention.";
  431. ERR_PRINT(err.utf8().get_data());
  432. return ERR_FILE_BAD_PATH;
  433. }
  434. } else {
  435. dst_path = dst_path.replace_first("res://", "assets/");
  436. }
  437. zip_fileinfo zipfi = get_zip_fileinfo();
  438. zipOpenNewFileInZip(ed->apk,
  439. dst_path.utf8().get_data(),
  440. &zipfi,
  441. NULL,
  442. 0,
  443. NULL,
  444. 0,
  445. NULL,
  446. _should_compress_asset(p_path, p_data) ? Z_DEFLATED : 0,
  447. Z_DEFAULT_COMPRESSION);
  448. zipWriteInFileInZip(ed->apk, p_data.ptr(), p_data.size());
  449. zipCloseFileInZip(ed->apk);
  450. ed->ep->step("File: " + p_path, 3 + p_file * 100 / p_total);
  451. return OK;
  452. }
  453. void _fix_manifest(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &p_manifest, bool p_give_internet) {
  454. // Leaving the unused types commented because looking these constants up
  455. // again later would be annoying
  456. // const int CHUNK_AXML_FILE = 0x00080003;
  457. // const int CHUNK_RESOURCEIDS = 0x00080180;
  458. const int CHUNK_STRINGS = 0x001C0001;
  459. // const int CHUNK_XML_END_NAMESPACE = 0x00100101;
  460. // const int CHUNK_XML_END_TAG = 0x00100103;
  461. // const int CHUNK_XML_START_NAMESPACE = 0x00100100;
  462. const int CHUNK_XML_START_TAG = 0x00100102;
  463. // const int CHUNK_XML_TEXT = 0x00100104;
  464. const int UTF8_FLAG = 0x00000100;
  465. Vector<String> string_table;
  466. uint32_t ofs = 8;
  467. uint32_t string_count = 0;
  468. uint32_t styles_count = 0;
  469. uint32_t string_flags = 0;
  470. uint32_t string_data_offset = 0;
  471. uint32_t styles_offset = 0;
  472. uint32_t string_table_begins = 0;
  473. uint32_t string_table_ends = 0;
  474. Vector<uint8_t> stable_extra;
  475. String version_name = p_preset->get("version/name");
  476. int version_code = p_preset->get("version/code");
  477. String package_name = p_preset->get("package/unique_name");
  478. int orientation = p_preset->get("screen/orientation");
  479. bool screen_support_small = p_preset->get("screen/support_small");
  480. bool screen_support_normal = p_preset->get("screen/support_normal");
  481. bool screen_support_large = p_preset->get("screen/support_large");
  482. bool screen_support_xlarge = p_preset->get("screen/support_xlarge");
  483. String user_perms[MAX_USER_PERMISSIONS];
  484. for (int i = 0; i < MAX_USER_PERMISSIONS; i++) {
  485. user_perms[i] = p_preset->get("user_permissions/" + itos(i));
  486. }
  487. Set<String> perms;
  488. const char **aperms = android_perms;
  489. while (*aperms) {
  490. bool enabled = p_preset->get("permissions/" + String(*aperms).to_lower());
  491. if (enabled)
  492. perms.insert(String(*aperms));
  493. aperms++;
  494. }
  495. while (ofs < (uint32_t)p_manifest.size()) {
  496. uint32_t chunk = decode_uint32(&p_manifest[ofs]);
  497. uint32_t size = decode_uint32(&p_manifest[ofs + 4]);
  498. switch (chunk) {
  499. case CHUNK_STRINGS: {
  500. int iofs = ofs + 8;
  501. string_count = decode_uint32(&p_manifest[iofs]);
  502. styles_count = decode_uint32(&p_manifest[iofs + 4]);
  503. string_flags = decode_uint32(&p_manifest[iofs + 8]);
  504. string_data_offset = decode_uint32(&p_manifest[iofs + 12]);
  505. styles_offset = decode_uint32(&p_manifest[iofs + 16]);
  506. /*
  507. printf("string count: %i\n",string_count);
  508. printf("flags: %i\n",string_flags);
  509. printf("sdata ofs: %i\n",string_data_offset);
  510. printf("styles ofs: %i\n",styles_offset);
  511. */
  512. uint32_t st_offset = iofs + 20;
  513. string_table.resize(string_count);
  514. uint32_t string_end = 0;
  515. string_table_begins = st_offset;
  516. for (uint32_t i = 0; i < string_count; i++) {
  517. uint32_t string_at = decode_uint32(&p_manifest[st_offset + i * 4]);
  518. string_at += st_offset + string_count * 4;
  519. ERR_EXPLAIN("Unimplemented, can't read utf8 string table.");
  520. ERR_FAIL_COND(string_flags & UTF8_FLAG);
  521. if (string_flags & UTF8_FLAG) {
  522. } else {
  523. uint32_t len = decode_uint16(&p_manifest[string_at]);
  524. Vector<CharType> ucstring;
  525. ucstring.resize(len + 1);
  526. for (uint32_t j = 0; j < len; j++) {
  527. uint16_t c = decode_uint16(&p_manifest[string_at + 2 + 2 * j]);
  528. ucstring[j] = c;
  529. }
  530. string_end = MAX(string_at + 2 + 2 * len, string_end);
  531. ucstring[len] = 0;
  532. string_table[i] = ucstring.ptr();
  533. }
  534. //print_line("String "+itos(i)+": "+string_table[i]);
  535. }
  536. for (uint32_t i = string_end; i < (ofs + size); i++) {
  537. stable_extra.push_back(p_manifest[i]);
  538. }
  539. //printf("stable extra: %i\n",int(stable_extra.size()));
  540. string_table_ends = ofs + size;
  541. //print_line("STABLE SIZE: "+itos(size)+" ACTUAL: "+itos(string_table_ends));
  542. } break;
  543. case CHUNK_XML_START_TAG: {
  544. int iofs = ofs + 8;
  545. uint32_t name = decode_uint32(&p_manifest[iofs + 12]);
  546. String tname = string_table[name];
  547. uint32_t attrcount = decode_uint32(&p_manifest[iofs + 20]);
  548. iofs += 28;
  549. for (uint32_t i = 0; i < attrcount; i++) {
  550. uint32_t attr_nspace = decode_uint32(&p_manifest[iofs]);
  551. uint32_t attr_name = decode_uint32(&p_manifest[iofs + 4]);
  552. uint32_t attr_value = decode_uint32(&p_manifest[iofs + 8]);
  553. uint32_t attr_resid = decode_uint32(&p_manifest[iofs + 16]);
  554. String value;
  555. if (attr_value != 0xFFFFFFFF)
  556. value = string_table[attr_value];
  557. else
  558. value = "Res #" + itos(attr_resid);
  559. String attrname = string_table[attr_name];
  560. String nspace;
  561. if (attr_nspace != 0xFFFFFFFF)
  562. nspace = string_table[attr_nspace];
  563. else
  564. nspace = "";
  565. //replace project information
  566. if (tname == "manifest" && attrname == "package") {
  567. print_line("FOUND package");
  568. string_table[attr_value] = get_package_name(package_name);
  569. }
  570. if (tname == "manifest" && /*nspace=="android" &&*/ attrname == "versionCode") {
  571. print_line("FOUND versionCode");
  572. encode_uint32(version_code, &p_manifest[iofs + 16]);
  573. }
  574. if (tname == "manifest" && /*nspace=="android" &&*/ attrname == "versionName") {
  575. print_line("FOUND versionName");
  576. if (attr_value == 0xFFFFFFFF) {
  577. WARN_PRINT("Version name in a resource, should be plaintext")
  578. } else
  579. string_table[attr_value] = version_name;
  580. }
  581. if (tname == "activity" && /*nspace=="android" &&*/ attrname == "screenOrientation") {
  582. encode_uint32(orientation == 0 ? 0 : 1, &p_manifest[iofs + 16]);
  583. }
  584. if (tname == "uses-feature" && /*nspace=="android" &&*/ attrname == "glEsVersion") {
  585. print_line("version number: " + itos(decode_uint32(&p_manifest[iofs + 16])));
  586. }
  587. if (tname == "uses-permission" && /*nspace=="android" &&*/ attrname == "name") {
  588. if (value.begins_with("godot.custom")) {
  589. int which = value.get_slice(".", 2).to_int();
  590. if (which >= 0 && which < MAX_USER_PERMISSIONS && user_perms[which].strip_edges() != "") {
  591. string_table[attr_value] = user_perms[which].strip_edges();
  592. }
  593. } else if (value.begins_with("godot.")) {
  594. String perm = value.get_slice(".", 1);
  595. if (perms.has(perm) || (p_give_internet && perm == "INTERNET")) {
  596. print_line("PERM: " + perm);
  597. string_table[attr_value] = "android.permission." + perm;
  598. }
  599. }
  600. }
  601. if (tname == "supports-screens") {
  602. if (attrname == "smallScreens") {
  603. encode_uint32(screen_support_small ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]);
  604. } else if (attrname == "normalScreens") {
  605. encode_uint32(screen_support_normal ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]);
  606. } else if (attrname == "largeScreens") {
  607. encode_uint32(screen_support_large ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]);
  608. } else if (attrname == "xlargeScreens") {
  609. encode_uint32(screen_support_xlarge ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]);
  610. }
  611. }
  612. iofs += 20;
  613. }
  614. } break;
  615. }
  616. ofs += size;
  617. }
  618. //create new andriodmanifest binary
  619. Vector<uint8_t> ret;
  620. ret.resize(string_table_begins + string_table.size() * 4);
  621. for (uint32_t i = 0; i < string_table_begins; i++) {
  622. ret[i] = p_manifest[i];
  623. }
  624. ofs = 0;
  625. for (int i = 0; i < string_table.size(); i++) {
  626. encode_uint32(ofs, &ret[string_table_begins + i * 4]);
  627. ofs += string_table[i].length() * 2 + 2 + 2;
  628. //print_line("ofs: "+itos(i)+": "+itos(ofs));
  629. }
  630. ret.resize(ret.size() + ofs);
  631. uint8_t *chars = &ret[ret.size() - ofs];
  632. for (int i = 0; i < string_table.size(); i++) {
  633. String s = string_table[i];
  634. //print_line("savint string :"+s);
  635. encode_uint16(s.length(), chars);
  636. chars += 2;
  637. for (int j = 0; j < s.length(); j++) { //include zero?
  638. encode_uint16(s[j], chars);
  639. chars += 2;
  640. }
  641. encode_uint16(0, chars);
  642. chars += 2;
  643. }
  644. for (int i = 0; i < stable_extra.size(); i++) {
  645. ret.push_back(stable_extra[i]);
  646. }
  647. while (ret.size() % 4)
  648. ret.push_back(0);
  649. uint32_t new_stable_end = ret.size();
  650. uint32_t extra = (p_manifest.size() - string_table_ends);
  651. ret.resize(new_stable_end + extra);
  652. for (uint32_t i = 0; i < extra; i++)
  653. ret[new_stable_end + i] = p_manifest[string_table_ends + i];
  654. while (ret.size() % 4)
  655. ret.push_back(0);
  656. encode_uint32(ret.size(), &ret[4]); //update new file size
  657. encode_uint32(new_stable_end - 8, &ret[12]); //update new string table size
  658. //print_line("file size: "+itos(ret.size()));
  659. p_manifest = ret;
  660. }
  661. static String _parse_string(const uint8_t *p_bytes, bool p_utf8) {
  662. uint32_t offset = 0;
  663. uint32_t len = decode_uint16(&p_bytes[offset]);
  664. if (p_utf8) {
  665. //don't know how to read extended utf8, this will have to be for now
  666. len >>= 8;
  667. }
  668. offset += 2;
  669. //printf("len %i, unicode: %i\n",len,int(p_utf8));
  670. if (p_utf8) {
  671. Vector<uint8_t> str8;
  672. str8.resize(len + 1);
  673. for (uint32_t i = 0; i < len; i++) {
  674. str8[i] = p_bytes[offset + i];
  675. }
  676. str8[len] = 0;
  677. String str;
  678. str.parse_utf8((const char *)str8.ptr());
  679. return str;
  680. } else {
  681. String str;
  682. for (uint32_t i = 0; i < len; i++) {
  683. CharType c = decode_uint16(&p_bytes[offset + i * 2]);
  684. if (c == 0)
  685. break;
  686. str += String::chr(c);
  687. }
  688. return str;
  689. }
  690. }
  691. void _fix_resources(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &p_manifest) {
  692. const int UTF8_FLAG = 0x00000100;
  693. print_line("*******************GORRRGLE***********************");
  694. uint32_t string_block_len = decode_uint32(&p_manifest[16]);
  695. uint32_t string_count = decode_uint32(&p_manifest[20]);
  696. uint32_t string_flags = decode_uint32(&p_manifest[28]);
  697. const uint32_t string_table_begins = 40;
  698. Vector<String> string_table;
  699. String package_name = p_preset->get("package/name");
  700. for (uint32_t i = 0; i < string_count; i++) {
  701. uint32_t offset = decode_uint32(&p_manifest[string_table_begins + i * 4]);
  702. offset += string_table_begins + string_count * 4;
  703. String str = _parse_string(&p_manifest[offset], string_flags & UTF8_FLAG);
  704. if (str.begins_with("godot-project-name")) {
  705. if (str == "godot-project-name") {
  706. //project name
  707. str = get_project_name(package_name);
  708. } else {
  709. String lang = str.substr(str.find_last("-") + 1, str.length()).replace("-", "_");
  710. String prop = "application/config/name_" + lang;
  711. if (ProjectSettings::get_singleton()->has_setting(prop)) {
  712. str = ProjectSettings::get_singleton()->get(prop);
  713. } else {
  714. str = get_project_name(package_name);
  715. }
  716. }
  717. }
  718. string_table.push_back(str);
  719. }
  720. //write a new string table, but use 16 bits
  721. Vector<uint8_t> ret;
  722. ret.resize(string_table_begins + string_table.size() * 4);
  723. for (uint32_t i = 0; i < string_table_begins; i++) {
  724. ret[i] = p_manifest[i];
  725. }
  726. int ofs = 0;
  727. for (int i = 0; i < string_table.size(); i++) {
  728. encode_uint32(ofs, &ret[string_table_begins + i * 4]);
  729. ofs += string_table[i].length() * 2 + 2 + 2;
  730. }
  731. ret.resize(ret.size() + ofs);
  732. uint8_t *chars = &ret[ret.size() - ofs];
  733. for (int i = 0; i < string_table.size(); i++) {
  734. String s = string_table[i];
  735. encode_uint16(s.length(), chars);
  736. chars += 2;
  737. for (int j = 0; j < s.length(); j++) {
  738. encode_uint16(s[j], chars);
  739. chars += 2;
  740. }
  741. encode_uint16(0, chars);
  742. chars += 2;
  743. }
  744. //pad
  745. while (ret.size() % 4)
  746. ret.push_back(0);
  747. //change flags to not use utf8
  748. encode_uint32(string_flags & ~0x100, &ret[28]);
  749. //change length
  750. encode_uint32(ret.size() - 12, &ret[16]);
  751. //append the rest...
  752. int rest_from = 12 + string_block_len;
  753. int rest_to = ret.size();
  754. int rest_len = (p_manifest.size() - rest_from);
  755. ret.resize(ret.size() + (p_manifest.size() - rest_from));
  756. for (int i = 0; i < rest_len; i++) {
  757. ret[rest_to + i] = p_manifest[rest_from + i];
  758. }
  759. //finally update the size
  760. encode_uint32(ret.size(), &ret[4]);
  761. p_manifest = ret;
  762. //printf("end\n");
  763. }
  764. public:
  765. enum {
  766. MAX_USER_PERMISSIONS = 20
  767. };
  768. typedef Error (*EditorExportSaveFunction)(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total);
  769. public:
  770. virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) {
  771. int api = p_preset->get("graphics/api");
  772. if (api == 0)
  773. r_features->push_back("etc");
  774. else
  775. r_features->push_back("etc2");
  776. }
  777. virtual void get_export_options(List<ExportOption> *r_options) {
  778. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "graphics/api", PROPERTY_HINT_ENUM, "OpenGL ES 2.0,OpenGL ES 3.0"), 1));
  779. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "graphics/32_bits_framebuffer"), true));
  780. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "one_click_deploy/clear_previous_install"), true));
  781. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_package/debug", PROPERTY_HINT_GLOBAL_FILE, "apk"), ""));
  782. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_package/release", PROPERTY_HINT_GLOBAL_FILE, "apk"), ""));
  783. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "command_line/extra_args"), ""));
  784. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "version/code", PROPERTY_HINT_RANGE, "1,65535,1"), 1));
  785. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "version/name"), "1.0"));
  786. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/unique_name"), "org.godotengine.$genname"));
  787. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/name"), ""));
  788. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "package/icon", PROPERTY_HINT_FILE, "png"), ""));
  789. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "package/signed"), true));
  790. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "architecture/arm"), true));
  791. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "architecture/x86"), false));
  792. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "screen/immersive_mode"), true));
  793. r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "screen/orientation", PROPERTY_HINT_ENUM, "Landscape,Portrait"), 0));
  794. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "screen/support_small"), true));
  795. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "screen/support_normal"), true));
  796. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "screen/support_large"), true));
  797. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "screen/support_xlarge"), true));
  798. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "keystore/release", PROPERTY_HINT_GLOBAL_FILE, "keystore"), ""));
  799. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "keystore/release_user"), ""));
  800. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "keystore/release_password"), ""));
  801. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "apk_expansion/enable"), false));
  802. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "apk_expansion/SALT"), ""));
  803. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "apk_expansion/public_key", PROPERTY_HINT_MULTILINE_TEXT), ""));
  804. const char **perms = android_perms;
  805. while (*perms) {
  806. r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "permissions/" + String(*perms).to_lower()), false));
  807. perms++;
  808. }
  809. for (int i = 0; i < MAX_USER_PERMISSIONS; i++) {
  810. r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "user_permissions/" + itos(i)), false));
  811. }
  812. //r_options->push_back( PropertyInfo( Variant::INT, "resources/pack_mode", PROPERTY_HINT_ENUM,"Copy,Single Exec.,Pack (.pck),Bundles (Optical)"));
  813. }
  814. virtual String get_name() const {
  815. return "Android";
  816. }
  817. virtual String get_os_name() const {
  818. return "Android";
  819. }
  820. virtual Ref<Texture> get_logo() const {
  821. return logo;
  822. }
  823. virtual bool poll_devices() {
  824. bool dc = devices_changed;
  825. devices_changed = false;
  826. return dc;
  827. }
  828. virtual int get_device_count() const {
  829. device_lock->lock();
  830. int dc = devices.size();
  831. device_lock->unlock();
  832. return dc;
  833. }
  834. virtual String get_device_name(int p_device) const {
  835. ERR_FAIL_INDEX_V(p_device, devices.size(), "");
  836. device_lock->lock();
  837. String s = devices[p_device].name;
  838. device_lock->unlock();
  839. return s;
  840. }
  841. virtual String get_device_info(int p_device) const {
  842. ERR_FAIL_INDEX_V(p_device, devices.size(), "");
  843. device_lock->lock();
  844. String s = devices[p_device].description;
  845. device_lock->unlock();
  846. return s;
  847. }
  848. virtual Error run(const Ref<EditorExportPreset> &p_preset, int p_device, int p_debug_flags) {
  849. ERR_FAIL_INDEX_V(p_device, devices.size(), ERR_INVALID_PARAMETER);
  850. device_lock->lock();
  851. EditorProgress ep("run", "Running on " + devices[p_device].name, 3);
  852. String adb = EditorSettings::get_singleton()->get("export/android/adb");
  853. if (adb == "") {
  854. EditorNode::add_io_error("ADB executable not configured in settings, can't run.");
  855. device_lock->unlock();
  856. return ERR_UNCONFIGURED;
  857. }
  858. //export_temp
  859. ep.step("Exporting APK", 0);
  860. const bool use_remote = (p_debug_flags & DEBUG_FLAG_REMOTE_DEBUG) || (p_debug_flags & DEBUG_FLAG_DUMB_CLIENT);
  861. const bool use_reverse = devices[p_device].api_level >= 21;
  862. if (use_reverse)
  863. p_debug_flags |= DEBUG_FLAG_REMOTE_DEBUG_LOCALHOST;
  864. String export_to = EditorSettings::get_singleton()->get_settings_path() + "/tmp/tmpexport.apk";
  865. Error err = export_project(p_preset, true, export_to, p_debug_flags);
  866. if (err) {
  867. device_lock->unlock();
  868. return err;
  869. }
  870. List<String> args;
  871. int rv;
  872. bool remove_prev = p_preset->get("one_click_deploy/clear_previous_install");
  873. String version_name = p_preset->get("version/name");
  874. String package_name = p_preset->get("package/unique_name");
  875. if (remove_prev) {
  876. ep.step("Uninstalling..", 1);
  877. print_line("Uninstalling previous version: " + devices[p_device].name);
  878. args.push_back("-s");
  879. args.push_back(devices[p_device].id);
  880. args.push_back("uninstall");
  881. args.push_back(get_package_name(package_name));
  882. err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  883. }
  884. print_line("Installing into device (please wait..): " + devices[p_device].name);
  885. ep.step("Installing to Device (please wait..)..", 2);
  886. args.clear();
  887. args.push_back("-s");
  888. args.push_back(devices[p_device].id);
  889. args.push_back("install");
  890. args.push_back("-r");
  891. args.push_back(export_to);
  892. err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  893. if (err || rv != 0) {
  894. EditorNode::add_io_error("Could not install to device.");
  895. device_lock->unlock();
  896. return ERR_CANT_CREATE;
  897. }
  898. if (use_remote) {
  899. if (use_reverse) {
  900. static const char *const msg = "** Device API >= 21; debugging over USB **";
  901. EditorNode::get_singleton()->get_log()->add_message(msg);
  902. print_line(String(msg).to_upper());
  903. args.clear();
  904. args.push_back("-s");
  905. args.push_back(devices[p_device].id);
  906. args.push_back("reverse");
  907. args.push_back("--remove-all");
  908. OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  909. if (p_debug_flags & DEBUG_FLAG_REMOTE_DEBUG) {
  910. int dbg_port = EditorSettings::get_singleton()->get("network/debug/remote_port");
  911. args.clear();
  912. args.push_back("-s");
  913. args.push_back(devices[p_device].id);
  914. args.push_back("reverse");
  915. args.push_back("tcp:" + itos(dbg_port));
  916. args.push_back("tcp:" + itos(dbg_port));
  917. OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  918. print_line("Reverse result: " + itos(rv));
  919. }
  920. if (p_debug_flags & DEBUG_FLAG_DUMB_CLIENT) {
  921. int fs_port = EditorSettings::get_singleton()->get("filesystem/file_server/port");
  922. args.clear();
  923. args.push_back("-s");
  924. args.push_back(devices[p_device].id);
  925. args.push_back("reverse");
  926. args.push_back("tcp:" + itos(fs_port));
  927. args.push_back("tcp:" + itos(fs_port));
  928. err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  929. print_line("Reverse result2: " + itos(rv));
  930. }
  931. } else {
  932. static const char *const msg = "** Device API < 21; debugging over Wi-Fi **";
  933. EditorNode::get_singleton()->get_log()->add_message(msg);
  934. print_line(String(msg).to_upper());
  935. }
  936. }
  937. ep.step("Running on Device..", 3);
  938. args.clear();
  939. args.push_back("-s");
  940. args.push_back(devices[p_device].id);
  941. args.push_back("shell");
  942. args.push_back("am");
  943. args.push_back("start");
  944. if ((bool)EditorSettings::get_singleton()->get("export/android/force_system_user") && devices[p_device].api_level >= 17) { // Multi-user introduced in Android 17
  945. args.push_back("--user");
  946. args.push_back("0");
  947. }
  948. args.push_back("-a");
  949. args.push_back("android.intent.action.MAIN");
  950. args.push_back("-n");
  951. args.push_back(get_package_name(package_name) + "/org.godotengine.godot.Godot");
  952. err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
  953. if (err || rv != 0) {
  954. EditorNode::add_io_error("Could not execute on device.");
  955. device_lock->unlock();
  956. return ERR_CANT_CREATE;
  957. }
  958. device_lock->unlock();
  959. return OK;
  960. }
  961. virtual Ref<Texture> get_run_icon() const {
  962. return run_icon;
  963. }
  964. virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const {
  965. r_missing_templates = find_export_template("android_debug.apk") == String() || find_export_template("android_release.apk") == String();
  966. bool valid = !r_missing_templates;
  967. String adb = EditorSettings::get_singleton()->get("export/android/adb");
  968. String err;
  969. if (!FileAccess::exists(adb)) {
  970. valid = false;
  971. err += "ADB executable not configured in editor settings.\n";
  972. }
  973. String js = EditorSettings::get_singleton()->get("export/android/jarsigner");
  974. if (!FileAccess::exists(js)) {
  975. valid = false;
  976. err += "OpenJDK 6 jarsigner not configured in editor settings.\n";
  977. }
  978. String dk = EditorSettings::get_singleton()->get("export/android/debug_keystore");
  979. if (!FileAccess::exists(dk)) {
  980. valid = false;
  981. err += "Debug Keystore not configured in editor settings.\n";
  982. }
  983. bool apk_expansion = p_preset->get("apk_expansion/enable");
  984. if (apk_expansion) {
  985. /*
  986. if (apk_expansion_salt=="") {
  987. valid=false;
  988. err+="Invalid SALT for apk expansion.\n";
  989. }
  990. */
  991. String apk_expansion_pkey = p_preset->get("apk_expansion/public_key");
  992. if (apk_expansion_pkey == "") {
  993. valid = false;
  994. err += "Invalid public key for apk expansion.\n";
  995. }
  996. }
  997. r_error = err;
  998. return valid;
  999. }
  1000. virtual String get_binary_extension() const {
  1001. return "apk";
  1002. }
  1003. virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) {
  1004. String src_apk;
  1005. EditorProgress ep("export", "Exporting for Android", 105);
  1006. if (p_debug)
  1007. src_apk = p_preset->get("custom_package/debug");
  1008. else
  1009. src_apk = p_preset->get("custom_package/release");
  1010. src_apk = src_apk.strip_edges();
  1011. if (src_apk == "") {
  1012. if (p_debug) {
  1013. src_apk = find_export_template("android_debug.apk");
  1014. } else {
  1015. src_apk = find_export_template("android_release.apk");
  1016. }
  1017. if (src_apk == "") {
  1018. EditorNode::add_io_error("Package not found: " + src_apk);
  1019. return ERR_FILE_NOT_FOUND;
  1020. }
  1021. }
  1022. FileAccess *src_f = NULL;
  1023. zlib_filefunc_def io = zipio_create_io_from_file(&src_f);
  1024. ep.step("Creating APK", 0);
  1025. unzFile pkg = unzOpen2(src_apk.utf8().get_data(), &io);
  1026. if (!pkg) {
  1027. EditorNode::add_io_error("Could not find template APK to export:\n" + src_apk);
  1028. return ERR_FILE_NOT_FOUND;
  1029. }
  1030. ERR_FAIL_COND_V(!pkg, ERR_CANT_OPEN);
  1031. int ret = unzGoToFirstFile(pkg);
  1032. zlib_filefunc_def io2 = io;
  1033. FileAccess *dst_f = NULL;
  1034. io2.opaque = &dst_f;
  1035. String unaligned_path = EditorSettings::get_singleton()->get_settings_path() + "/tmp/tmpexport-unaligned.apk";
  1036. zipFile unaligned_apk = zipOpen2(unaligned_path.utf8().get_data(), APPEND_STATUS_CREATE, NULL, &io2);
  1037. bool export_x86 = p_preset->get("architecture/x86");
  1038. bool export_arm = p_preset->get("architecture/arm");
  1039. bool export_arm64 = p_preset->get("architecture/arm64");
  1040. bool use_32_fb = p_preset->get("graphics/32_bits_framebuffer");
  1041. bool immersive = p_preset->get("screen/immersive_mode");
  1042. bool _signed = p_preset->get("package/signed");
  1043. bool apk_expansion = p_preset->get("apk_expansion/enable");
  1044. String cmdline = p_preset->get("command_line/extra_args");
  1045. int version_code = p_preset->get("version/code");
  1046. String version_name = p_preset->get("version/name");
  1047. String package_name = p_preset->get("package/unique_name");
  1048. String apk_expansion_pkey = p_preset->get("apk_expansion/public_key");
  1049. String release_keystore = p_preset->get("keystore/release");
  1050. String release_username = p_preset->get("keystore/release_user");
  1051. String release_password = p_preset->get("keystore/release_password");
  1052. while (ret == UNZ_OK) {
  1053. //get filename
  1054. unz_file_info info;
  1055. char fname[16384];
  1056. ret = unzGetCurrentFileInfo(pkg, &info, fname, 16384, NULL, 0, NULL, 0);
  1057. bool skip = false;
  1058. String file = fname;
  1059. Vector<uint8_t> data;
  1060. data.resize(info.uncompressed_size);
  1061. //read
  1062. unzOpenCurrentFile(pkg);
  1063. unzReadCurrentFile(pkg, data.ptr(), data.size());
  1064. unzCloseCurrentFile(pkg);
  1065. //write
  1066. if (file == "AndroidManifest.xml") {
  1067. _fix_manifest(p_preset, data, p_flags & (DEBUG_FLAG_DUMB_CLIENT | DEBUG_FLAG_REMOTE_DEBUG));
  1068. }
  1069. if (file == "resources.arsc") {
  1070. _fix_resources(p_preset, data);
  1071. }
  1072. if (file == "res/drawable/icon.png") {
  1073. String icon = p_preset->get("package/icon");
  1074. icon = icon.strip_edges();
  1075. bool found = false;
  1076. if (icon != "" && icon.ends_with(".png")) {
  1077. FileAccess *f = FileAccess::open(icon, FileAccess::READ);
  1078. if (f) {
  1079. data.resize(f->get_len());
  1080. f->get_buffer(data.ptr(), data.size());
  1081. memdelete(f);
  1082. found = true;
  1083. }
  1084. }
  1085. if (!found) {
  1086. String appicon = ProjectSettings::get_singleton()->get("application/config/icon");
  1087. if (appicon != "" && appicon.ends_with(".png")) {
  1088. FileAccess *f = FileAccess::open(appicon, FileAccess::READ);
  1089. if (f) {
  1090. data.resize(f->get_len());
  1091. f->get_buffer(data.ptr(), data.size());
  1092. memdelete(f);
  1093. }
  1094. }
  1095. }
  1096. }
  1097. if (file == "lib/x86/*.so" && !export_x86) {
  1098. skip = true;
  1099. }
  1100. if (file.match("lib/armeabi*/*.so") && !export_arm) {
  1101. skip = true;
  1102. }
  1103. if (file.match("lib/arm64*/*.so") && !export_arm64) {
  1104. skip = true;
  1105. }
  1106. if (file.begins_with("META-INF") && _signed) {
  1107. skip = true;
  1108. }
  1109. print_line("ADDING: " + file);
  1110. if (!skip) {
  1111. // Respect decision on compression made by AAPT for the export template
  1112. const bool uncompressed = info.compression_method == 0;
  1113. zip_fileinfo zipfi = get_zip_fileinfo();
  1114. zipOpenNewFileInZip(unaligned_apk,
  1115. file.utf8().get_data(),
  1116. &zipfi,
  1117. NULL,
  1118. 0,
  1119. NULL,
  1120. 0,
  1121. NULL,
  1122. uncompressed ? 0 : Z_DEFLATED,
  1123. Z_DEFAULT_COMPRESSION);
  1124. zipWriteInFileInZip(unaligned_apk, data.ptr(), data.size());
  1125. zipCloseFileInZip(unaligned_apk);
  1126. }
  1127. ret = unzGoToNextFile(pkg);
  1128. }
  1129. ep.step("Adding Files..", 1);
  1130. Error err = OK;
  1131. Vector<String> cl = cmdline.strip_edges().split(" ");
  1132. for (int i = 0; i < cl.size(); i++) {
  1133. if (cl[i].strip_edges().length() == 0) {
  1134. cl.remove(i);
  1135. i--;
  1136. }
  1137. }
  1138. gen_export_flags(cl, p_flags);
  1139. if (p_flags & DEBUG_FLAG_DUMB_CLIENT) {
  1140. /*String host = EditorSettings::get_singleton()->get("filesystem/file_server/host");
  1141. int port = EditorSettings::get_singleton()->get("filesystem/file_server/post");
  1142. String passwd = EditorSettings::get_singleton()->get("filesystem/file_server/password");
  1143. cl.push_back("--remote-fs");
  1144. cl.push_back(host+":"+itos(port));
  1145. if (passwd!="") {
  1146. cl.push_back("--remote-fs-password");
  1147. cl.push_back(passwd);
  1148. }*/
  1149. } else {
  1150. //all files
  1151. if (apk_expansion) {
  1152. String apkfname = "main." + itos(version_code) + "." + get_package_name(package_name) + ".obb";
  1153. String fullpath = p_path.get_base_dir().plus_file(apkfname);
  1154. err = save_pack(p_preset, fullpath);
  1155. if (err != OK) {
  1156. EditorNode::add_io_error("Could not write expansion package file: " + apkfname);
  1157. return OK;
  1158. }
  1159. cl.push_back("--use_apk_expansion");
  1160. cl.push_back("--apk_expansion_md5");
  1161. cl.push_back(FileAccess::get_md5(fullpath));
  1162. cl.push_back("--apk_expansion_key");
  1163. cl.push_back(apk_expansion_pkey.strip_edges());
  1164. } else {
  1165. APKExportData ed;
  1166. ed.ep = &ep;
  1167. ed.apk = unaligned_apk;
  1168. err = export_project_files(p_preset, save_apk_file, &ed);
  1169. }
  1170. }
  1171. if (use_32_fb)
  1172. cl.push_back("--use_depth_32");
  1173. if (immersive)
  1174. cl.push_back("--use_immersive");
  1175. if (cl.size()) {
  1176. //add comandline
  1177. Vector<uint8_t> clf;
  1178. clf.resize(4);
  1179. encode_uint32(cl.size(), &clf[0]);
  1180. for (int i = 0; i < cl.size(); i++) {
  1181. CharString txt = cl[i].utf8();
  1182. int base = clf.size();
  1183. clf.resize(base + 4 + txt.length());
  1184. encode_uint32(txt.length(), &clf[base]);
  1185. copymem(&clf[base + 4], txt.ptr(), txt.length());
  1186. print_line(itos(i) + " param: " + cl[i]);
  1187. }
  1188. zip_fileinfo zipfi = get_zip_fileinfo();
  1189. zipOpenNewFileInZip(unaligned_apk,
  1190. "assets/_cl_",
  1191. &zipfi,
  1192. NULL,
  1193. 0,
  1194. NULL,
  1195. 0,
  1196. NULL,
  1197. 0, // No compress (little size gain and potentially slower startup)
  1198. Z_DEFAULT_COMPRESSION);
  1199. zipWriteInFileInZip(unaligned_apk, clf.ptr(), clf.size());
  1200. zipCloseFileInZip(unaligned_apk);
  1201. }
  1202. zipClose(unaligned_apk, NULL);
  1203. unzClose(pkg);
  1204. if (err) {
  1205. return err;
  1206. }
  1207. if (_signed) {
  1208. String jarsigner = EditorSettings::get_singleton()->get("export/android/jarsigner");
  1209. if (!FileAccess::exists(jarsigner)) {
  1210. EditorNode::add_io_error("'jarsigner' could not be found.\nPlease supply a path in the editor settings.\nResulting apk is unsigned.");
  1211. return OK;
  1212. }
  1213. String keystore;
  1214. String password;
  1215. String user;
  1216. if (p_debug) {
  1217. keystore = EditorSettings::get_singleton()->get("export/android/debug_keystore");
  1218. password = EditorSettings::get_singleton()->get("export/android/debug_keystore_pass");
  1219. user = EditorSettings::get_singleton()->get("export/android/debug_keystore_user");
  1220. ep.step("Signing Debug APK..", 103);
  1221. } else {
  1222. keystore = release_keystore;
  1223. password = release_password;
  1224. user = release_username;
  1225. ep.step("Signing Release APK..", 103);
  1226. }
  1227. if (!FileAccess::exists(keystore)) {
  1228. EditorNode::add_io_error("Could not find keystore, unable to export.");
  1229. return ERR_FILE_CANT_OPEN;
  1230. }
  1231. List<String> args;
  1232. args.push_back("-digestalg");
  1233. args.push_back("SHA1");
  1234. args.push_back("-sigalg");
  1235. args.push_back("MD5withRSA");
  1236. String tsa_url = EditorSettings::get_singleton()->get("export/android/timestamping_authority_url");
  1237. if (tsa_url != "") {
  1238. args.push_back("-tsa");
  1239. args.push_back(tsa_url);
  1240. }
  1241. args.push_back("-verbose");
  1242. args.push_back("-keystore");
  1243. args.push_back(keystore);
  1244. args.push_back("-storepass");
  1245. args.push_back(password);
  1246. args.push_back(unaligned_path);
  1247. args.push_back(user);
  1248. int retval;
  1249. OS::get_singleton()->execute(jarsigner, args, true, NULL, NULL, &retval);
  1250. if (retval) {
  1251. EditorNode::add_io_error("'jarsigner' returned with error #" + itos(retval));
  1252. return ERR_CANT_CREATE;
  1253. }
  1254. ep.step("Verifying APK..", 104);
  1255. args.clear();
  1256. args.push_back("-verify");
  1257. args.push_back("-keystore");
  1258. args.push_back(keystore);
  1259. args.push_back(unaligned_path);
  1260. args.push_back("-verbose");
  1261. OS::get_singleton()->execute(jarsigner, args, true, NULL, NULL, &retval);
  1262. if (retval) {
  1263. EditorNode::add_io_error("'jarsigner' verification of APK failed. Make sure to use jarsigner from Java 6.");
  1264. return ERR_CANT_CREATE;
  1265. }
  1266. }
  1267. // Let's zip-align (must be done after signing)
  1268. static const int ZIP_ALIGNMENT = 4;
  1269. ep.step("Aligning APK..", 105);
  1270. unzFile tmp_unaligned = unzOpen2(unaligned_path.utf8().get_data(), &io);
  1271. if (!tmp_unaligned) {
  1272. EditorNode::add_io_error("Could not find temp unaligned APK.");
  1273. return ERR_FILE_NOT_FOUND;
  1274. }
  1275. ERR_FAIL_COND_V(!tmp_unaligned, ERR_CANT_OPEN);
  1276. ret = unzGoToFirstFile(tmp_unaligned);
  1277. io2 = io;
  1278. dst_f = NULL;
  1279. io2.opaque = &dst_f;
  1280. zipFile final_apk = zipOpen2(p_path.utf8().get_data(), APPEND_STATUS_CREATE, NULL, &io2);
  1281. // Take files from the unaligned APK and write them out to the aligned one
  1282. // in raw mode, i.e. not uncompressing and recompressing, aligning them as needed,
  1283. // following what is done in https://github.com/android/platform_build/blob/master/tools/zipalign/ZipAlign.cpp
  1284. int bias = 0;
  1285. while (ret == UNZ_OK) {
  1286. unz_file_info info;
  1287. memset(&info, 0, sizeof(info));
  1288. char fname[16384];
  1289. char extra[16384];
  1290. ret = unzGetCurrentFileInfo(tmp_unaligned, &info, fname, 16384, extra, 16384 - ZIP_ALIGNMENT, NULL, 0);
  1291. String file = fname;
  1292. Vector<uint8_t> data;
  1293. data.resize(info.compressed_size);
  1294. // read
  1295. int method, level;
  1296. unzOpenCurrentFile2(tmp_unaligned, &method, &level, 1); // raw read
  1297. long file_offset = unzGetCurrentFileZStreamPos64(tmp_unaligned);
  1298. unzReadCurrentFile(tmp_unaligned, data.ptr(), data.size());
  1299. unzCloseCurrentFile(tmp_unaligned);
  1300. // align
  1301. int padding = 0;
  1302. if (!info.compression_method) {
  1303. // Uncompressed file => Align
  1304. long new_offset = file_offset + bias;
  1305. padding = (ZIP_ALIGNMENT - (new_offset % ZIP_ALIGNMENT)) % ZIP_ALIGNMENT;
  1306. }
  1307. memset(extra + info.size_file_extra, 0, padding);
  1308. // write
  1309. zip_fileinfo zipfi = get_zip_fileinfo();
  1310. zipOpenNewFileInZip2(final_apk,
  1311. file.utf8().get_data(),
  1312. &zipfi,
  1313. extra,
  1314. info.size_file_extra + padding,
  1315. NULL,
  1316. 0,
  1317. NULL,
  1318. method,
  1319. level,
  1320. 1); // raw write
  1321. zipWriteInFileInZip(final_apk, data.ptr(), data.size());
  1322. zipCloseFileInZipRaw(final_apk, info.uncompressed_size, info.crc);
  1323. bias += padding;
  1324. ret = unzGoToNextFile(tmp_unaligned);
  1325. }
  1326. zipClose(final_apk, NULL);
  1327. unzClose(tmp_unaligned);
  1328. if (err) {
  1329. return err;
  1330. }
  1331. return OK;
  1332. }
  1333. virtual void get_platform_features(List<String> *r_features) {
  1334. r_features->push_back("mobile");
  1335. r_features->push_back("Android");
  1336. }
  1337. EditorExportAndroid() {
  1338. Ref<Image> img = memnew(Image(_android_logo));
  1339. logo.instance();
  1340. logo->create_from_image(img);
  1341. img = Ref<Image>(memnew(Image(_android_run_icon)));
  1342. run_icon.instance();
  1343. run_icon->create_from_image(img);
  1344. device_lock = Mutex::create();
  1345. device_thread = Thread::create(_device_poll_thread, this);
  1346. devices_changed = true;
  1347. quit_request = false;
  1348. }
  1349. ~EditorExportAndroid() {
  1350. quit_request = true;
  1351. Thread::wait_to_finish(device_thread);
  1352. memdelete(device_lock);
  1353. memdelete(device_thread);
  1354. }
  1355. };
  1356. void register_android_exporter() {
  1357. String exe_ext;
  1358. if (OS::get_singleton()->get_name() == "Windows") {
  1359. exe_ext = "*.exe";
  1360. }
  1361. EDITOR_DEF("export/android/adb", "");
  1362. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/adb", PROPERTY_HINT_GLOBAL_FILE, exe_ext));
  1363. EDITOR_DEF("export/android/jarsigner", "");
  1364. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/jarsigner", PROPERTY_HINT_GLOBAL_FILE, exe_ext));
  1365. EDITOR_DEF("export/android/debug_keystore", "");
  1366. EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/debug_keystore", PROPERTY_HINT_GLOBAL_FILE, "keystore"));
  1367. EDITOR_DEF("export/android/debug_keystore_user", "androiddebugkey");
  1368. EDITOR_DEF("export/android/debug_keystore_pass", "android");
  1369. EDITOR_DEF("export/android/force_system_user", false);
  1370. EDITOR_DEF("export/android/timestamping_authority_url", "");
  1371. EDITOR_DEF("export/android/shutdown_adb_on_exit", true);
  1372. Ref<EditorExportAndroid> exporter = Ref<EditorExportAndroid>(memnew(EditorExportAndroid));
  1373. EditorExport::get_singleton()->add_export_platform(exporter);
  1374. }