Opened 11 years ago
Closed 11 years ago
#1297 closed Defect (duplicate)
StackOverflowException on devices with small RAM
Reported by: | Joachim | Owned by: | Joachim |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Manager - Android | Version: | 7.0.64 |
Keywords: | Cc: |
Description
see crash report in playstore. Limit distribution to devices with sufficient RAM?
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
see newer ticket 1307.
Note: See
TracTickets for help on using
tickets.
this is caused by too many nested views in a layout, see comment here: http://stackoverflow.com/questions/2762924/java-lang-stackoverflow-error-suspected-too-many-views
one can go ahead and optimize the layout, but this is time consuming