-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Android 4.4.2 #12
Comments
Make sure that you have inserted in your tiapp.xml, in the node android> manifest > application, the GPS ver: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> |
Hi, I have the same problem, but dont work, this is my code in tiapp.xml <android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1000" android:versionName="1.0.0" package="com.imp.dev" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
</application>
</manifest>
</android>
Can you help me please? |
@jmosqueda1987 Can you paste the error log? |
Sure! This is my error Error: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 7571000 but found 8487000. You must have the following declaration within the element: < meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> Thanks! |
Are you using other Android modules? |
Thanks for fast response! Exactly, currently use also Ti.map Regards |
Fast answer: https://github.com/caffeinalab/ti.goosh/tree/master/gps-jars |
Hi, Already copy the file google-play-services-gcm-map.jar to the ti.map and ti.goosh but get this error [ERROR] : Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient; Thanks |
I delete all files en ti.map and get this error [ERROR] : Failed to run dexer: Please help me Thanks |
@jmosqueda1987 are you using any other module that makes use of google play services? |
@i Think That only ti.map , recently i delete the jar files in ti.map/lib and ti.goosh/lib and it's Work but I don't know if this is bad , what do you think ??? Regards El día 2 de septiembre de 2016 a las 2:10:44 p.m., Ani Sinanaj (notifications@github.com(mailto:notifications@github.com)) escrito:
|
@jmosqueda1987 I don't recall seeing tuve.jar in ti.map. You should be alright without it |
[DEBUG] : D/ti.goosh.TiGooshModule: No notification in Intent
[ERROR] : GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
[WARN] : GooglePlayServicesUtil: Google Play services out of date. Requires 8487000 but found 7895032
[WARN] : W/System.err: java.lang.NoClassDefFoundError: com.google.android.gms.R$string
[WARN] : W/System.err: at com.google.android.gms.common.internal.zzg.zzc(Unknown Source)
[WARN] : W/System.err: at com.google.android.gms.common.GooglePlayServicesUtil.zza(Unknown Source)
[WARN] : W/System.err: at com.google.android.gms.common.GooglePlayServicesUtil.getErrorDialog(Unknown Source)
[WARN] : W/System.err: at com.google.android.gms.common.GooglePlayServicesUtil.getErrorDialog(Unknown Source)
[WARN] : W/System.err: at com.google.android.gms.common.GoogleApiAvailability.getErrorDialog(Unknown Source)
[WARN] : W/System.err: at ti.goosh.TiGooshModule.checkPlayServices(TiGooshModule.java:89)
[WARN] : W/System.err: at ti.goosh.TiGooshModule.registerForPushNotifications(TiGooshModule.java:114)
[WARN] : W/System.err: at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native Method)
[WARN] : W/System.err: at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:177)
[WARN] : W/System.err: at org.appcelerator.kroll.KrollRuntime.handleMessage(KrollRuntime.java:319)
[WARN] : W/System.err: at org.appcelerator.kroll.runtime.v8.V8Runtime.handleMessage(V8Runtime.java:203)
The text was updated successfully, but these errors were encountered: