Titanium app will not be created in Android after SDK update, resource data reception is already defined

After upgrading to Titanium SDK 6.1.0.GA, my application no longer builds. It gives an error:

[ERROR] Failed to package application: [ERROR] [ERROR] / Users / justintoth / Documents / housters -mobile / build / android / res / values ​​/ strings.xml: 51: error: The resource access declaration is already defined. [ERROR] / Users / justintoth / Documents / housters -mobile / build / android / res / values ​​/ admob_strings.xml: 5: Originally defined here.

Neither strings.xml nor admob_strings.xml are files that I created or edited myself, they are automatically generated. Also, I don't even use admob in my application, Titan seems to include it no matter what is very wasteful in my opinion.

Here is the complete build log: https://gist.github.com/justintoth/c33f2eb540d6891db99d557bc3f10be7

It works fine on iOS, only problem on Android. Any ideas?

+3


source to share





All Articles