Android app using camera crash when Adobe AIR gets updated from 3.1.0.488 to 3.6.0.609
Hi all.
I am new developer to AIR. I am working with Flash Builder 4.6. My app for Android uses camera with overlayed stuff and it works great when I deploy it to my Samsung Galaxy S3. FB installs the Adobe Air 3.1.0.488 into the phone and the app works. After that, when Adobe AIR update to 3.6.0.609 from the PlayStore, my app works wrong sometimes (show white image where camera video content should be viewed) or directly crash closing itself.
One idea is to update any SDK, but I don't know how even if that could solve the problem.
Any help is very appreciated.
Thanks in advance.
Rodolfo
PS: After trying to update AIR SDK from 3.1 to 3.6 (Flex 4.6) I found this:
a. When deploy my app to the phone, Adobe Air 3.6.0.609 is installed instead 3.1.0.488.
b. The problem persisted.
c. Then I tried changing RenderMode to "direct". (thanks to wilson_liu in http://forums.adobe.com/message/4862976#4862976#4862976)
d. My app seems to be working after a first test.