I'm trying to add a -scale parameter to the emulator, since the screen size of the Android device I'm emulating is greater than my PC's one, and I can't test properly.
So I found this link: http://imagine.kicbak.com/blog/?p=45
It seemed like the pefect solution, however, when I try to run it it says: "C:\Users\MyName\Documents\Air SDK\bin\adl.exe" -profile extendedMobileDevice -screensize 1600x2560:1600x2560 -XversionPlatform AND -scale 2 C:\Users\MyName\IdeaProjects\MyProject\out\production\MyProject\Main-app.xml C:\Users\MyName\IdeaProjects\MyProject\out\production\MyProject
application descriptor not found
Any ideas why would this happen?.