How to automatically identify ActionScript extensions used by the application in a template

已回答
I created a Flex application for AIR mobile platform. I had to modify the Manifest with permissions and activities, so I created a custom template for the application descriptor, instead of using the automatically generated file (under the Android tab of my module).

Generally when I add dependencies to the project, they are added automatically to the generated application descriptor under the extensions tag.
Since I am using a custom template the dependancies are not being added.

 

Is there a way to add the dependancies automatically for a template?

0
正式评论

Unfortunately, there's no way to update the custom AIR app descriptor template automatically.

请先登录再写评论。