android - Cannot import com.google. .... why? -
i trying compile , run example project from: http://developer.android.com/training/location/geofencing.html
i following errors:
package com.google.android.gms.common not exist package com.google.android.gms.location not exist package android.support.v4.app not exist
i have tried following already:
i have download google api already, see screenshot of sdk manager window.
i saw different related posts have not been successful in compiling yet - tried restarting computer.
screenshot of sdk window showing google api installed: http://postimg.org/image/xf64h3fu3/
you need add android support library project.
http://developer.android.com/tools/support-library/setup.html
"in order use support library, must modify application's project's classpath dependencies within development environment."
Comments
Post a Comment