Skip to main content
Known Participant
October 29, 2013
Question

Flash Builder 4.7 won't debug air app on Android devices anymore

  • October 29, 2013
  • 1 reply
  • 832 views

Hi there,

A strange thing happened today to my Flash Builer 4.7 installation on OS 10.8.5 : it suddenly refused installing and debugging AIR apps.

At -the famous- 57% of compilation completion I can see the "installing app on device" message, but nothing happens then, and the one minute connection to app timeout is finally triggered.

I had a look at other threads dealing with this problem here http://forums.adobe.com/thread/1154269 and here http://www.androidpolice.com/2013/02/12/new-android-4-2-2-feature-usb-debug-whitelist-prevents-adb-savvy-thieves-from-stealing-your-data-in-some-situations/ and I downloaded the latets Android SDK and replaced a bunch of files into the /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/android/bin folder but nothing worked.

The fun side of the issue is that yesterday it worked, and this morning it did not worked anymore, but I swear I did not ugraded Android on my phone nor I upgraded AIR SDK in FLash Builder or OS X. The Android phone is the same as usual, a Nexus 4 with Android 4.3, that I upgraded 1 month ago.

I can't debug my Android app anymore, this drives me crazy, and I spent the day trying to find a solution.

Do you guys had a similar problem ?

This topic has been closed for replies.

1 reply

8power8Author
Known Participant
October 29, 2013

My mistake...

There was a typo into the XML application descriptor, that prevented the app to install properly on the device.

Precisely, it wasn't a typo but raher a malformed <intent-filter> node. I launched adb tool from the console with adb install MyApp.apk command, and I saw this : Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] in the terminal. From here it was easy to find the culprit.

What would be cool is to have this feature inside the Flash Builder's Console panel.