java.lang.NoClassDefFoundError: com.google.android.gms.R$styleable in android

后端 未结 10 1941
忘掉有多难
忘掉有多难 2020-11-27 21:33

I tried a demo on displaying google maps v2 in android.

The java code is,

package com.example.gpslocator;

import android.os.Bundle;
import android         


        
10条回答
  •  旧巷少年郎
    2020-11-27 22:29

    I have the same issue.

    But What I did is I used com.google.android.gms Version Code this 3265130

    Rather than using com.google.android.gms Version Code this 4452000, Which is the latest one, I don't know what the issue is But its work for me.

    [Follow the steps given by Alexander]

    Might be work well with new Updates.

    enter image description here

    Might be work well with new Updates.

    enter image description here

提交回复
热议问题