Ant target build_ane does not work
Closed this issue · 2 comments
Gopinathp commented
build_ane Ant target for building ANE file does not work. I have made some changes in my Android code and the as library project. Added depends attribute on build_apk on init and build_ane so that I can see my latest changes in the ANE file.
It builds successfully and deploys on the Samsung Galaxy Tab 10.1 but fails to communicate with the native layer. Share, SMS, Toast all does not work.
mr-archano commented
The build system should have been fixed now. The default platform has been provided as well as a dummy implementation for each exposed function, in order to allow testing and debug on emulator or not supported platforms.
Gopinathp commented
Thank you mr-archano.