Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle maps v2 not displayed
    primarykey
    data
    text
    <p>I have been trying to run the sample project of the new <a href="https://developers.google.com/maps/documentation/android/intro#sample_code" rel="nofollow noreferrer"> Google maps V2 API</a></p> <p>And a <strong>blank screen</strong> is shown.<img src="https://i.stack.imgur.com/KbLkO.png" alt="enter image description here"></p> <p>The question is why is it <strong>not</strong> showing the map on a 2.2 device, on the stacktrace I see the following message:</p> <pre><code> 12-06 09:40:36.039: W/dalvikvm(14657): Unable to resolve superclass of Lmaps/a/du; (411) 12-06 09:40:36.039: W/dalvikvm(14657): Link of class 'Lmaps/a/du;' failed 12-06 09:40:36.039: W/dalvikvm(14657): Unable to resolve superclass of Lmaps/a/ej; (2363) 12-06 09:40:36.039: W/dalvikvm(14657): Link of class 'Lmaps/a/ej;' failed 12-06 09:40:36.039: W/dalvikvm(14657): Unable to resolve superclass of Lmaps/j/k; (2379) 12-06 09:40:36.039: W/dalvikvm(14657): Link of class 'Lmaps/j/k;' failed 12-06 09:40:36.039: E/dalvikvm(14657): Could not find class 'maps.j.k', referenced from method maps.y.ae.a 12-06 09:40:36.039: W/dalvikvm(14657): VFY: unable to resolve new-instance 3571 (Lmaps/j/k;) in Lmaps/y/ae; 12-06 09:40:36.039: D/dalvikvm(14657): VFY: replacing opcode 0x22 at 0x007d 12-06 09:40:36.125: D/dalvikvm(14657): VFY: dead code 0x007f-008f in Lmaps/y/ae;.a (Landroid/view/LayoutInflater;Lcom/google/android/gms/maps/GoogleMapOptions;Z)Lmaps/y/ae; 12-06 09:40:36.192: I/dalvikvm(14657): Could not find method java.io.IOException.&lt;init&gt;, referenced from method maps.bg.e.a 12-06 09:40:36.195: W/dalvikvm(14657): VFY: unable to resolve direct method 14965: Ljava/io/IOException;.&lt;init&gt; (Ljava/lang/String;Ljava/lang/Throwable;)V 12-06 09:40:36.195: D/dalvikvm(14657): VFY: replacing opcode 0x70 at 0x0087 12-06 09:40:36.195: D/dalvikvm(14657): VFY: dead code 0x008a-008c in Lmaps/bg/e;.a ([B)Ljava/util/Hashtable; 12-06 09:40:36.555: D/dalvikvm(14657): GC_FOR_MALLOC freed 4020 objects / 327288 bytes in 61ms 12-06 09:40:36.707: E/Google Maps Android API(14657): Google Maps application is missing. </code></pre> <p><strong>Edit:</strong> well it seems like we can't run it yet on the emulator, yet.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    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