Hi, Recently I ported from Windows 7 to OS X 10.9.1. After installing Titanium I imported my projects from SVN. In one of my projects I'm using Google Maps API.
The problem is that when compiling on OS X my maps are blank (black with zoom in/out button). Doing the same from the same sources on Windows works fine.
I did almost every check found on the Internet:
- SHA1 is OK
- I used Google Maps Android API v2
- I reinstalled Titanium
- I regenerated the Google API KEY
- MapModule.isGooglePlayServicesAvailable() returns 0
- ti.map module is located under /Users/mgdak/Library/Application Support/Titanium/modules/android
- I've setuped permissions and API KEY in my manifest file
<manifest> <supports-screens android:anyDensity="false"/> <application android:theme="@style/Theme.Glucik" android:uiOptions="splitActionBarWhenNarrow"> <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="mykeyGoesHere"/> </application> <uses-sdk android:maxSdkVersion="19" android:minSdkVersion="15" android:targetSdkVersion="17"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> <uses-permission android:name="com.mypackage.permission.MAPS_RECEIVE"/> <permission android:name="com.mypackage.permission.MAPS_RECEIVE" android:protectionLevel="signature"/> </manifest>
No mater what I always get below error on OS X:[ERROR][GooglePlayServicesUtil( 6343)] The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
The most annoying thing is that on Windows it works fine. I've been stuck with the issue for a whole day. Any ideas would be very much appreciated :)
Application type: mobile Titanium SDK: 3.1.0, 3.1.2, 3.1.3, 3.2.0 Platform & version: Android 4.1.2 Device: Sony Xperia S LT26i, Smasung Galaxy S3 mini Host Operating System: OS X 10.9.1, Windows 7 Titanium Studio: