java.lang.NoClassDefFoundError for any google-play-services feature

前端 未结 2 1386
甜味超标
甜味超标 2021-01-23 14:43

I\'m using the last version of Eclipse, ADT and the newest Android SDK. If I\'m trying to use something in a simple HelloWorld Android project Google Play feature, for instance,

2条回答
  •  甜味超标
    2021-01-23 14:54

    You probably need to add a reference to the project in Project Settings->Android->Library.

    Look at the "Referencing a library section" here. Add your project reference there as well and you should be alright.

提交回复
热议问题