{ "id": "132368", "key": "TIMOB-17234", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2014-06-27T20:28:43.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android-w", "notable", "qe-3.3.0", "roadmap", "usability" ], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [ { "id": "38811", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "132658", "key": "TISTUD-6688", "fields": { "summary": "Android: Unable to install app on Emulator4.4W (API level 20)", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-12-13T17:25:35.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5. Description:\r\n1. After the update to the android SDK tools to ver23 you will be getting new titanium SDK for Android 4.4W (Wear) API20.\r\n2. Create an emulator for android 4.4W in the android avd manager.\r\n3. In studio create a default classic/alloy app.\r\n4. Build it for android 4.4W emulator.\r\n\r\nh5.Actual Result:\r\n1. The emulator for android 4.4W gets launched but the app fails to start giving errors:\r\n{code}\r\n[ERROR] : TiApplication: (main) [364,364] Sending event: exception on thread: main msg:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.app.defapp/com.app.defapp.DefaultappActivity}: android.util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.; Titanium 3.3.0,2014/06/26 14:41,0722c55\r\n[ERROR] : TiApplication: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.app.defapp/com.app.defapp.DefaultappActivity}: android.util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2197)\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread.access$800(ActivityThread.java:138)\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1209)\r\n[ERROR] : TiApplication: \tat android.os.Handler.dispatchMessage(Handler.java:102)\r\n[ERROR] : TiApplication: \tat android.os.Looper.loop(Looper.java:136)\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread.main(ActivityThread.java:5026)\r\n[ERROR] : TiApplication: \tat java.lang.reflect.Method.invokeNative(Native Method)\r\n[ERROR] : TiApplication: \tat java.lang.reflect.Method.invoke(Method.java:515)\r\n[ERROR] : TiApplication: \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)\r\n[ERROR] : TiApplication: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)\r\n[ERROR] : TiApplication: \tat dalvik.system.NativeStart.main(Native Method)\r\n[ERROR] : TiApplication: Caused by: android.util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.\r\n[ERROR] : TiApplication: \tat com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:285)\r\n[ERROR] : TiApplication: \tat android.app.Activity.requestWindowFeature(Activity.java:3308)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiBaseActivity.windowCreated(TiBaseActivity.java:426)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:108)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:519)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:144)\r\n[ERROR] : TiApplication: \tat org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:97)\r\n[ERROR] : TiApplication: \tat android.app.Activity.performCreate(Activity.java:5242)\r\n[ERROR] : TiApplication: \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)\r\n[ERROR] : TiApplication: \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)\r\n[ERROR] : TiApplication: \t... 11 more\r\n{code}\r\n\r\nh5.Expected Result:\r\n1. As this is a new sdk & not tested for titanium apps, not sure what should be the expected result.", "attachment": [], "flagged": false, "summary": "Android: Support Android Wear", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nAppc Studio : 3.3.0.201406231625\r\nTi SDK : 3.3.0.v20140626144112\r\nMac OSX : 10.8.5\r\nAlloy : 1.4.0-rc2\r\nCLI - 3.3.0-rc3\r\nCode Processor: 1.1.1\r\nNexus 5 - android 4.4.4\r\nSony Xperia - android 2.3.7", "comment": { "comments": [ { "id": "312900", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue is seen in CLI too & not just studio. We get the same errors in CLI as well.\r\n\r\nEnvironment:\r\nAppc Studio : 3.3.0.201407031747\r\nTi SDK : 3.3.0.v20140703093313\r\nMac OSX : 10.8.5\r\nAlloy : 1.4.0-rc4\r\nCLI - 3.3.0-rc4\r\nCode Processor: 1.1.1\r\nAndroid W emulator\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-08T21:14:15.000+0000", "updated": "2014-07-08T21:14:15.000+0000" }, { "id": "318745", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3.4.0 is moved forward, and 3.5.0 is taking its place in the calendar.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-14T21:31:56.000+0000", "updated": "2014-08-14T21:31:56.000+0000" }, { "id": "361398", "author": { "name": "cgedrim", "key": "cgedrim", "displayName": "Christopher Gedrim", "active": true, "timeZone": "Europe/London" }, "body": "Is this no longer slated for a 5.0.1 release then? When can we expect android wear to be integrated?", "updateAuthor": { "name": "cgedrim", "key": "cgedrim", "displayName": "Christopher Gedrim", "active": true, "timeZone": "Europe/London" }, "created": "2015-08-27T09:20:52.000+0000", "updated": "2015-08-27T09:20:52.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }