Cannot import com.google. … why?

前端 未结 2 1102
遥遥无期
遥遥无期 2021-01-25 14:08

I am simply trying to compile and run the example project from: http://developer.android.com/training/location/geofencing.html

I get the following errors:

packag

2条回答
  •  渐次进展
    2021-01-25 14:15

    You need to add the Android Support library to your project.

    http://developer.android.com/tools/support-library/setup.html

    "In order to use a Support Library, you must modify your application's project's classpath dependencies within your development environment."

提交回复
热议问题