[AC-5562] Module Conflict
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2018-02-01T09:18:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | android |
Reporter | sonufana4u |
Assignee | Shak Hossain |
Created | 2018-02-01T07:04:06.000+0000 |
Updated | 2018-02-01T13:17:06.000+0000 |
Description
Am using Ti.GA & Ti.Goosh Module.When i try to install on android device then giving an error.
Is it because i didn't install play service sdk ? Please help on this.
[ERROR] : Failed to package application:
[ERROR] :
[ERROR] : /Users/sonu/Documents/Appcelerator_Studio_Workspace/test/build/android/AndroidManifest.xml:17: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
[ERROR] Application Installer abnormal process termination. Process exit value was 1
Attachments
Do i need to install Google play service SDK !Screen Shot 2018-02-01 at 1.26.33 PM.png|thumbnail!
[~sonufana4u], Thanks for sharing with us. Please install Google play service from your Android SDK manager and let us know how it goes.
Titanium SDK 7 fixed a major issue where conflicting Google Play Services libraries would break the build. While this was not really an SDK issue but a module issue, modules in SDK 7+ need to reference the centralized "ti.playservices" library to share it across all modules. I can see that both Ti.GA and Ti.Goosh are updated to incorporate those changes, but you will need to update to SDK 7 to make the new versions work.
I just created a dummy project and added only Ti.Goosh module.Still it was giving the same error.So for temporary fix i just changed timodule.xml file inside Ti.Goosh module like that