Sitata / titanium-google-analytics

Google analytics for Appcelerator Titanium
MIT License
92 stars 47 forks source link

Not working on SDK 6.0.0.GA #61

Open cayaumas opened 7 years ago

cayaumas commented 7 years ago

Need to re builded the module on SDK 6.0.0.GA

soumyakantikar commented 7 years ago

Can you please let us know the issue that you are facing. 6.0.0 is a major change and upgrade. It may have different NDK dependencies too. It will be good if you can provide more details.

On Thu, Dec 1, 2016 at 11:04 AM cayaumas notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Sitata/titanium-google-analytics/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/AKCagG5Cz02D33LEZNypi_Jgt-ymfLZ7ks5rDvARgaJpZM4LBkZz .

cayaumas commented 7 years ago

I am new building modules on Appcelerator, to update the module i do the following:

Re package module successfully, but when is included on app the app fails to build with this error: fail to sign apk duplicate entry: assets/README

Titanium SDK 6.0.0.GA Mac OS X El Capitan 10.11.6 Testing on Android 6.0.1

Let me know if you want other information

Thanks

jovevskipetar commented 7 years ago

@cayaumas Just remove assets/README and rebuild the module. If you have the problem again try to update mobilesdk/osx/6.0.0.GA/android/cli/commands/_buildModule.js with this commit https://github.com/appcelerator/titanium_mobile/pull/8551/files

AndroidNDK: android-ndk-r11c Titanium SDK: 6.0.0.GA

cayaumas commented 7 years ago

Thanks for your answer @jovevskipetar, the module builds but not work when is requiere the app crash.

@jovevskipetar you try to rebuild this module? and you recommend use ndk r11c?

jovevskipetar commented 7 years ago

@cayaumas Yes the module builds without problems with old _buildModule.js gen folder contains some files that makes problems in the app where we are installing the module. New _buildModules.js removes that files. Next step you need to do is to remove assets/README file. And app will be start without problems.

I spend a week to investigate this problem and rebuild this module and another 3 modules. For me r11c works fine.

clemblanco commented 7 years ago

Can somebody make a release with the updated version of this for Ti SDK 6+?