arleyandrada / PushClient

FREE and Open Source - Titanium PushClient Module
Other
44 stars 17 forks source link

Error: AndroidManifest.xml does not have the right value #161

Closed kerberosargos closed 7 years ago

kerberosargos commented 7 years ago

Hi, firstly thank your for your developing. I have updated my Appcelerator environment to SDK 6.0.1GA After that your old release didn't work. For this reason I update your module to 1.2.1 but I am getting error as below when I compile my project;

Message: Uncaught The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 7571000 but found 9683000. You must have the following declaration within the <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

How can I solve this issue?

Thank you in advance. @shacharudi @yazzneortre @ErikDohmen @DouglasHennrich