Android Marshmallow 6.0.1 Stagetext constructor crash
Hello,
I have been developing an application for just over 2 years, and have been successfully using the StageText class to display a user input dialog. I just got two separate devices, one is a Samsung Galaxy S6 Edge and the other is a Samsung Galaxy S6. Both of these devices are running Android Marshmallow 6.0.1 and both devices crash when running a very simple line of code:
var st:StageText = new StageText();
The error that flash builder is showing is:
Error: Error #3694: The object was disposed by an earlier call of dispose() on it.
at flash.text::StageText/init()
at flash.text::StageText()
I have tried running this code on Adobe Air 22, Adobe Air 23, and Adobe Air 24 beta. All versions cant seem to handle whatever is going on. Please, anyone with any insight, let me know what to do to fix this.
