0
votes

I'm trying to compile a Titanium Module (android) but I'm getting this error:

Launching build and packaging failed Build failed. Unable to locate generated zip file at /Users/ricardo/Documents/Appcelerator_Studio_Workspace/flashcam-android/dist/pt.ricardo.flashcam-android-1.0.7.zip

I've found this recent question and JIRA ticket, but still, everything that solved the problem doesn't work for me.

https://jira.appcelerator.org/browse/AC-3806

Build ti.barcode failed

I've tried with 5.2.2.GA, 5.3.0.GA and 6.0.0.v20160620083247-osx.

I'm using a MacBook Pro with OSX 10.10.5

2

2 Answers

0
votes

try to see if you have a tiapp.xml or timodule.xml file in the root of the workspace. This could be the cause of the problem. Also, Make sure your NDK path is set correctly.

0
votes

I've removed the Appcelerator Studio application and the Titanium folder inside Library/Application Support.

Placed the android SDK and NDK inside the applications folder, and install the studio again, and JDT, now it works.