Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Maps works fine on Android but I still get an error "Could not find class 'maps.i.k', referenced from method maps.z.ag.a"
    primarykey
    data
    text
    <p>I got Google Maps Android API v2 to work perfectly on my Android Application by downloading the library, adding it to workspace, then referencing it as a library.</p> <p>But I still get this error as soon as the activity containing the Map Fragment starts</p> <pre><code>Could not find class 'maps.i.k', referenced from method maps.z.ag.a </code></pre> <p>By the way I'm using support map fragment</p> <p>This error does not seem to affect me in anyway nor crash the application nor anything, should I bother fixing it ?</p> <p><strong>Added the manifest</strong> P.S E_SelectJourney is where I display and use the map</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.HelloMap.AndroidApp" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;uses-feature android:glEsVersion="0x00020000" android:required="true" /&gt; &lt;permission android:name="com.HelloMap.AndroidApp.permission.MAPS_RECEIVE" android:protectionLevel="signature" /&gt; &lt;uses-permission android:name="com.HelloMap.AndroidApp.permission.MAPS_RECEIVE" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;uses-permission android:name="android.permission.GET_ACCOUNTS" /&gt; &lt;application android:allowBackup="true" android:configChanges="orientation" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:screenOrientation="portrait" android:theme="@style/Theme.Sherlock" &gt; &lt;uses-library android:name="com.google.android.maps" android:required="true" /&gt; &lt;activity android:name="com.HelloMap.AndroidApp.A_SplashScreen" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.B_TourSlides" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.C_RegisterLogin" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.facebook.LoginActivity" /&gt; &lt;activity android:name="com.HelloMap.AndroidApp.D_RegistrationPage" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.E_SelectJourney" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.F_EnterFromToAddress" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.G_PickDateTime" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.H_ConfirmContact" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.I_MobileVerification" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.J_AvailableTaxis" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.K_SpecialRequirements" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.L_JourneyOverview" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.M_PaymentOptions" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;activity android:name="com.HelloMap.AndroidApp.N_Confirmation" android:configChanges="orientation" android:label="@string/app_name" android:screenOrientation="portrait" &gt; &lt;/activity&gt; &lt;meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyBoWsWNaUTWyHxGuJuNehzfbNvyTv1zIeA" /&gt; &lt;meta-data android:name="com.facebook.sdk.ApplicationId" android:value="141236504136755" /&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre> <p><strong>Added the logcat</strong></p> <pre><code>03-26 16:57:14.897: W/dalvikvm(27771): Unable to resolve superclass of Lmaps/p/s; (427) 03-26 16:57:14.897: W/dalvikvm(27771): Link of class 'Lmaps/p/s;' failed 03-26 16:57:14.897: W/dalvikvm(27771): Unable to resolve superclass of Lmaps/y/bo; (3820) 03-26 16:57:14.897: W/dalvikvm(27771): Link of class 'Lmaps/y/bo;' failed 03-26 16:57:14.897: W/dalvikvm(27771): Unable to resolve superclass of Lmaps/i/k; (4208) 03-26 16:57:14.897: W/dalvikvm(27771): Link of class 'Lmaps/i/k;' failed 03-26 16:57:14.897: E/dalvikvm(27771): Could not find class 'maps.i.k', referenced from method maps.z.ag.a 03-26 16:57:14.897: W/dalvikvm(27771): VFY: unable to resolve new-instance 3540 (Lmaps/i/k;) in Lmaps/z/ag; 03-26 16:57:15.567: W/SchedPolicy(27771): add_tid_to_cgroup failed to write '' (Invalid argument); background=0 </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload