You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,8 +62,11 @@ android_editor.status.exporting_project = Exporting an Android project of the sk
61
62
android_editor.status.project_export_completed = Done with project export.
62
63
android_editor.status.project_export_failed = Error with project export.
63
64
android_editor.status.exporting_package = Exporting signed package...
65
+
android_editor.status.exporting_bundle = Exporting signed bundle...
64
66
android_editor.status.package_export_completed = Done with package export.
67
+
android_editor.status.bundle_export_completed = Done with bundle export.
65
68
android_editor.status.package_export_failed = Error with package export.
69
+
android_editor.status.bundle_export_failed = Error with bundle export.
66
70
android_editor.error.cannot_create_sketch_properties = Error While creating sketch properties file "%s": %s
67
71
68
72
# ---------------------------------------
@@ -84,8 +88,10 @@ android_mode.dialog.wallpaper_installed_body = Processing just built and install
84
88
android_mode.dialog.watchface_installed_title = Watch face installed!
85
89
android_mode.dialog.watchface_installed_body = Processing just built and installed your sketch as a watch face on the selected device.<br><br>You need to add it as a favourite watch face on the device and then select it from the watch face picker in order to run it.
android_mode.dialog.cannot_export_package_body = The sketch still has the default package name. Not good, since this name will uniquely identify your app on the Play store... for ever! Come up with a different package name and write in the AndroidManifest.xml file in the sketch folder, after the "package=" attribute inside the manifest tag, which also contains version code and name. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
android_mode.dialog.cannot_use_default_icons_body = The sketch does not include all required app icons. Processing could use its default set of Android icons, which are okay to test the app on your device, but a bad idea to distribute it on the Play store. Create a full set of unique icons for your app, and copy them into the sketch folder. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
90
96
android_mode.warn.cannot_load_sdk_title = Bad news...
91
97
android_mode.warn.cannot_load_sdk_body = The Android SDK could not be loaded.\nThe Android Mode will be disabled.
0 commit comments