|
I have the same issue, on AS3 or Flex projects.
The problem seems to be that the ADL command generated doesn't contain the actual name of the descriptor.xml file. thanks for your reports!
have you renamed the application descriptor? Its the standard Hello World project, and I didnt rename anything
I am seeing this same problem, with the same configuration – not even "Hello, World" – just trying to run the files created from the wizard. Oddly enough, when I run the same project on my device, it works fine.
SOLUTION: <stringAttribute key="ADL_DESCRIPTOR_FILE" value="bin/workingapp-app.xml"/> but this was absent in the non-working file. So I added the following line to that file: <stringAttribute key="ADL_DESCRIPTOR_FILE" value="bin/trycompile-app.xml"/> When I added that line, now the project works. Yay! this issue is marked as revolved, which means that we have implemented a solution for that. The fix for that will be included in the next update.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
As3 mobile projects work fine.