Skip to main content
Inspiring
November 1, 2012
Question

Advice On Debugging Android Version

  • November 1, 2012
  • 1 reply
  • 385 views

Hello,

I have created an app using Flex and Flash builder which runs fine on the iPad. When I test the app on the desktop by targeting it toward an Android tablet, it works fine also. However, when I try and run the app on the Android tablet, it runs poorly and a lot of functionality is not working correctly, and even some things in the UI are missing. I don't have unlimited access to an Android tablet. So my question is, short of having the actual device, how is the best way to debug this, and why isn't the same Flex code running correctly on the Android device?

thx

This topic has been closed for replies.

1 reply

Legend
November 1, 2012

Well...

1. Buy an Android tablet. You'll save more in terms of your time guessing at debugging than it will cost in terms of purchase cost.

2. Check your application descriptor XML for Android has all the things enabled that it needs to have enabled by comparing it with the same section for your iPad.

3. See point 1 above!