spaceman12
spaceman12

Reputation: 1109

Can’t compile modules anymore after sdk updates to 7.0.2

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.

Upvotes: 1

Views: 104

Answers (1)

spaceman12
spaceman12

Reputation: 1109

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

Upvotes: 0

Related Questions