saumitrabhave / qr-zbar-ane

ANE for QR Code Reader
MIT License
84 stars 23 forks source link

NativeAndroid.jar missing from output #58

Closed gcoope closed 9 years ago

gcoope commented 9 years ago

When trying to compile the ANE using ant it cannot find NativeAndroid.jar which isn't included in the project - please advise if this is something I might be doing wrong?

saumitrabhave commented 9 years ago

You will have to generate NativeAndroid.jar, by packaging https://github.com/saumitrabhave/qr-zbar-ane/tree/master/NativeAndroid as jar

gcoope commented 9 years ago

My mistake - thanks!