Can’t compile modules anymore after sdk updates to 7.0.2

111 Views Asked by At

The latest updates of appcelerator to the newest SDK, cli, titanium studio, has now results in the failed built of every android modules I have created so far.

Below is the error -

Buildfile: /Users/Documents/sdk7module/android/build.xml

BUILD FAILED
/Users/Documents/sdk7module/android/build.xml:55: Cannot find /Users/Library/Application Support/Titanium/mobilesdk/osx/7.0.2.GA/module/android/build.xml imported from /Users/Documents/sdk7module/android/build.xml

Total time: 448 milliseconds

Any help is appreciated.

1

There are 1 best solutions below

0
On

After installing ccache, I was able to compile the module without any error.