freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

[Resolved] "${flex.sdk}/bin/adt${bin.ext}" not found #39

Closed messi89 closed 7 years ago

messi89 commented 10 years ago

Hi

In order to add my app icons in the ane

after editing build.config to configure the bin.ext, flex.sdk android.res and android.sdk

I run ant android ==> OK ant swc ==> OK

but when I try ant package I have an error

It say adt.exe not found I check the bin folder in the flex sdk and there are no adt.exe (only adt and adt.bat)

any idea ?

messi89 commented 10 years ago

resolved by changing bin.ext to .bat

you need to compile first the android package (ant android) with bin.ext=.exe

after change bin.ext=.bat and compile package with ant package

if you don't want to compile for ios you should delete

in the extension.xml