I use Google Play Services as referenced project. Can anyone guide me how properly add it to my project Android.mk to get all build work done? Without referenced project use all is done fine.
Now the following errors happen (see build log below):
MapLocator/src/com/maplocator/MapFragment.java:13: package com.google.android.gms.common does not exist
import com.google.android.gms.common.ConnectionResult;
MapLocator/src/com/maplocator/MapFragment.java:56: cannot find symbol
symbol : class GoogleMap
location: class com.maplocator.MapFragment
private GoogleMap mMap;
... and etc.