{ "id": "161193", "key": "AC-3880", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2016-06-24T00:13:55.000+0000", "created": "2016-06-19T10:18:03.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-25T09:29:23.000+0000", "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" } }, "components": [], "description": "var win = Ti.UI.createWindow();\r\n\r\nwin.open();\r\n\r\ngenerates\r\n\r\n[ERROR] : AndroidRuntime: FATAL EXCEPTION: main\r\n[ERROR] : AndroidRuntime: Process: com.braindoo.braindoo, PID: 16717\r\n[ERROR] : AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.braindoo.braindoo/org.appcelerator.titanium.TiActivity}: java.lang.IllegalArgumentException: AppCompat does not support the current theme features: { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay: false, windowNoTitle: false }\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3133)\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3243)\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread.access$1000(ActivityThread.java:218)\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1718)\r\n[ERROR] : AndroidRuntime: \tat android.os.Handler.dispatchMessage(Handler.java:102)\r\n[ERROR] : AndroidRuntime: \tat android.os.Looper.loop(Looper.java:145)\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread.main(ActivityThread.java:6917)\r\n[ERROR] : AndroidRuntime: \tat java.lang.reflect.Method.invoke(Native Method)\r\n[ERROR] : AndroidRuntime: \tat java.lang.reflect.Method.invoke(Method.java:372)\r\n[ERROR] : AndroidRuntime: \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)\r\n[ERROR] : AndroidRuntime: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)\r\n[ERROR] : AndroidRuntime: Caused by: java.lang.IllegalArgumentException: AppCompat does not support the current theme features: { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay: false, windowNoTitle: false }\r\n[ERROR] : AndroidRuntime: \tat android.support.v7.app.AppCompatDelegateImplV7.createSubDecor(AppCompatDelegateImplV7.java:421)\r\n[ERROR] : AndroidRuntime: \tat android.support.v7.app.AppCompatDelegateImplV7.ensureSubDecor(AppCompatDelegateImplV7.java:278)\r\n[ERROR] : AndroidRuntime: \tat android.support.v7.app.AppCompatDelegateImplV7.setContentView(AppCompatDelegateImplV7.java:243)\r\n[ERROR] : AndroidRuntime: \tat android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:114)\r\n[ERROR] : AndroidRuntime: \tat org.appcelerator.titanium.TiBaseActivity.setContentView(TiBaseActivity.java:532)\r\n[ERROR] : AndroidRuntime: \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:650)\r\n[ERROR] : AndroidRuntime: \tat org.appcelerator.titanium.TiActivity.onCreate(TiActivity.java:18)\r\n[ERROR] : AndroidRuntime: \tat android.app.Activity.performCreate(Activity.java:6609)\r\n[ERROR] : AndroidRuntime: \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1134)\r\n[ERROR] : AndroidRuntime: \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3086)\r\n[ERROR] : AndroidRuntime: \t... 10 more", "attachment": [], "flagged": false, "summary": " Ti.UI.createWindow generates java.lang.RuntimeException - AppCompat does not support the current theme features", "creator": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "environment": " Node.js Version = 4.4.4\r\n npm Version = 2.15.1\r\nTitanium CLI\r\n CLI Version = 5.0.8\r\nTitanium SDK\r\n SDK Version = 5.3.0.GA\r\n Target Platform = android 5.1.1", "comment": { "comments": [ { "id": "388977", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I tried to test in Android with SDK 5.3.0.GA. I did not see any error. The project run fine. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-06-24T00:13:40.000+0000", "updated": "2016-06-24T00:13:40.000+0000" }, { "id": "389072", "author": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "body": "interesting way to solve issue, i will try it with my clients", "updateAuthor": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-06-25T09:29:23.000+0000", "updated": "2016-06-25T09:29:23.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }