GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-04-22T20:41:48.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Appcelerator Modules, Studio, Titanium SDK & CLI |
Labels | n/a |
Reporter | Manish Budhiraja |
Assignee | Shak Hossain |
Created | 2016-04-18T09:41:41.000+0000 |
Updated | 2016-04-26T06:20:09.000+0000 |
Hi, I'm getting crashes because of ti.modules.titanium.ui.widget.TiUILabel$1
java.lang.ClassCastException Reason: ti.modules.titanium.ui.widget.TiUILabel$1 cannot be cast to android.view.ViewGroup
Namejava.lang.ClassCastException
Reason
ti.modules.titanium.ui.widget.TiUILabel$1 cannot be cast to android.view.ViewGroup
Crashed Thread
0 java.lang.ClassCastException: ti.modules.titanium.ui.widget.TiUILabel$1 cannot be cast to android.view.ViewGroup
! 1 at android.support.v4.app.BackStackRecord.configureTransitions(BackStackRecord.java:1132)
2 at android.support.v4.app.BackStackRecord.beginTransition(BackStackRecord.java:1039)
3 at android.support.v4.app.BackStackRecord.run(BackStackRecord.java:658)
4 at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1572)
5 at android.support.v4.app.FragmentManagerImpl$1.run(FragmentManager.java:493)
6 at android.os.Handler.handleCallback(Handler.java:739)
7 at android.os.Handler.dispatchMessage(Handler.java:95)
8 at android.os.Looper.loop(Looper.java:145)
9 at android.app.ActivityThread.main(ActivityThread.java:5938)
10 at java.lang.reflect.Method.invoke(Native Method)
11 at java.lang.reflect.Method.invoke(Method.java:372)
12 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1389)
13 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1184)
Hello, Thanks for reporting. Please provide us steps to reproduce this issue so that we can test the issue and find the cause. Please try to share simple test code which creates the crash. Thanks
Hello Nazmus Here find the Test Code XML