ADT VS Android 4.2.2
Since the android update to 4.2.2 this morning, ADT fails to upload my app to my phone (Galaxy Nexus).
I tried updating the android tools and I updated AIR to 3.6 version, rebooted the all things, etc.. but when i compile my project to the phone (with FDT) it stucks at the uninstall command.
Basically, these commands do not work anymore :
//Uninstall
D:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -uninstallApp -platform android -appid XXX
//Install
D:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -installApp -platform android -package XXX
//Launch
D:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -launchApp -platform android -appid XXX
I tried with a friend's phone that didn't get updated to 4.2.2 and it still works. So i guess the problem comes from this new version.
Anyone experiencing the same problem?
