So I am trying to work through the example here:
and on the last import line it says
//Need the following import to get access to the app resources, since this
//class is in a sub-package.
import com.example.android.apis.R;
Question is where do I get the package that contains this? I found very little info online and obviously don’t have it already since it’s underlined red when I type it. I know this is probly a noob question but hey we all start somewhere…
Try to run this example using the android sample app.
To install and run the Android Sample apps follow the instructions here:
http://developer.android.com/resources/samples/get.html