How to create aab via air33?

287 views Asked by At

I want to create aab (bundle) using air 33 but it show following error.

Bundle tool failed:Error while parsing the flags: Syntax error: flags should start with -- (Video)

The command line that I used is:

adt -package -target aab -storetype pkcs12 -keystore cert.p12 myApp.aab myApp-app.xml myApp.swf assets Data

I can create apk file replacing aab to apk. I try to google the error but couldn't find much. What does that error mean?

0

There are 0 answers