stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
08/01/14 08:39 PM (10 years ago)

manifest.xml errors right off the bat

Just compiled a new android app, went into eclipse ADT, chose file import, etc. and pointed it to the file created by buzztouch. It creates the project (called stories) and right off the bat there is a red x next to the manifest.xml file. There are 15 errors and I've pasted them below: Description Resource Path Location Type wb_screen_menuimage cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 115 Java Problem listViewEnd cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 161 Java Problem listView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 172 Java Problem headerImageContainer cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 212 Java Problem headerImageView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 220 Java Problem wb_screen_menuimage_row cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 674 Java Problem titleView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 679 Java Problem descriptionView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 682 Java Problem iconView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 683 Java Problem indicatorView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 684 Java Problem documentTypeIcon cannot be resolved or is not a field BT_screen_htmlDoc.java /stories/src/com/stories line 82 Java Problem bt_screen_htmldoc cannot be resolved or is not a field BT_screen_htmlDoc.java /stories/src/com/stories line 79 Java Problem error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). AndroidManifest.xml /stories line 66 Android AAPT Problem downloadButton cannot be resolved or is not a field BT_screen_htmlDoc.java /stories/src/com/stories line 87 Java Problem openWithButton cannot be resolved or is not a field BT_screen_htmlDoc.java /stories/src/com/stories line 86 Java Problem I haven't done anything but downloaded the buzztouch folder and imported. Why already these errors and what can I do about them? Thanks. Steve
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
08/01/14 08:46 PM (10 years ago)
You havent imported google play services library. Mark has a great tutorial here: https://www.youtube.com/watch?v=UgurXKgP2AE&list=UUbL5gei-5kK8hHf5q3andnw Smug also has a great tut here: https://www.buzztouch.com/files/howtos/GPSRefBT.pdf
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
08/01/14 09:12 PM (10 years ago)
I followed Smug's tutorial but got these errors after importing the services library [2014-08-01 23:53:12 - google-play-services_lib] Unable to resolve target 'android-9' [2014-08-01 23:53:12 - MainActivity] Unable to resolve target 'android-9' [2014-08-01 23:53:28 - google-play-services_lib] Unable to resolve target 'android-9' and now when I look at manifest.xml if have all of these errors listed: Description Resource Path Location Type The import com.google.android.gms.common cannot be resolved BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 75 Java Problem Drive cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 71 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 27 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 34 Java Problem The import com.google.android.gms.common cannot be resolved BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.common cannot be resolved BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem ResultCallback cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem ContentsResult cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem ResultCallback cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem OpenFileActivityBuilder cannot be resolved to a variable CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 55 Java Problem MetadataChangeSet cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 69 Java Problem MetadataChangeSet cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 69 Java Problem ContentsResult cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 68 Java Problem ContentsResult cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem The import com.google.android.gms.common cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 20 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 21 Java Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 22 Java Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem R cannot be resolved to a variable QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 39 Java Problem The method setAdapter(ListAdapter) in the type ListView is not applicable for the arguments (ResultsAdapter) QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem The hierarchy of the type QueryFilesActivity is inconsistent QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 30 Java Problem R cannot be resolved to a variable QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem Query cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem Filters cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem The method clear() is undefined for the type ResultsAdapter QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 51 Java Problem Query cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem GoogleAnalytics cannot be resolved AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 48 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 49 Java Problem R cannot be resolved to a variable AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 51 Java Problem R cannot be resolved to a variable AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 52 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 27 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 53 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 56 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.common cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 20 Java Problem The import com.google.android.gms.common cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 19 Java Problem The import com.google.android.gms.drive.DriveFolder cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 22 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 21 Java Problem The hierarchy of the type CreateFileActivity is inconsistent CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 28 Java Problem The import com.google.android.gms.drive.MetadataChangeSet cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 34 Java Problem Drive cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 34 Java Problem ContentsResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 35 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 35 Java Problem ContentsResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem ContentsResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 39 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 39 Java Problem MetadataChangeSet cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 47 Java Problem ContentsResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem MetadataChangeSet cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 47 Java Problem Drive cannot be resolved CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 52 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 52 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 53 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 54 Java Problem DriveFileResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 54 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem DriveFileResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem ResultCallback cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 59 Java Problem DriveFileResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 59 Java Problem DriveFileResult cannot be resolved to a type CreateFileActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 61 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 161 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 162 Java Problem The method onConnectionSuspended(int) of type BaseDemoActivity must override or implement a supertype method BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 127 Java Problem The method onConnected(Bundle) of type BaseDemoActivity must override or implement a supertype method BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 119 Java Problem GooglePlayServicesUtil cannot be resolved BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 141 Java Problem ConnectionResult cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 137 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 99 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 88 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 110 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 109 Java Problem Drive cannot be resolved to a variable BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 81 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 80 Java Problem Drive cannot be resolved to a variable BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 83 Java Problem Drive cannot be resolved to a variable BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 82 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 68 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 35 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 80 Java Problem GoogleApiClient cannot be resolved to a type BaseDemoActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 79 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 44 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 44 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 45 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 45 Java Problem The method onCreateView(LayoutInflater, ViewGroup, Bundle) of type AppviewFragment must override or implement a supertype method AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 38 Java Problem Fragment cannot be resolved to a type AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 35 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 42 Java Problem Fragment cannot be resolved to a type AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 40 Java Problem Tracker cannot be resolved to a type AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 68 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 62 Java Problem The method getTracker(AnalyticsSampleApp.TrackerName) from the type AnalyticsSampleApp refers to the missing type Tracker AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 68 Java Problem The method getActivity() is undefined for the type new View.OnClickListener(){} AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 68 Java Problem GoogleAnalytics cannot be resolved AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 52 Java Problem R cannot be resolved to a variable AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 47 Java Problem The method getString(int) is undefined for the type AppviewFragment AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 61 Java Problem The method getActivity() is undefined for the type new View.OnClickListener(){} AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 52 Java Problem HitBuilders cannot be resolved to a type AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 71 Java Problem DriveFile cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 56 Java Problem wb_screen_menuimage_row cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 674 Java Problem The type EditContentsActivity.EditContentsAsyncTask must implement the inherited abstract method ApiClientAsyncTask<DriveFile,Void,Boolean>.doInBackgroundConnected(DriveFile...) EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 56 Java Problem titleView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 679 Java Problem descriptionView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 682 Java Problem DriveFile cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 64 Java Problem DriveFile cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 63 Java Problem iconView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 683 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 48 Java Problem listViewEnd cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 161 Java Problem Drive cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 48 Java Problem listView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 172 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 52 Java Problem headerImageContainer cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 212 Java Problem Drive cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 52 Java Problem headerImageView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 220 Java Problem DriveIdResult cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 46 Java Problem ResultCallback cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem GoogleAnalytics cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 48 Java Problem DriveFile cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 48 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 39 Java Problem DriveIdResult cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 43 Java Problem wb_screen_menuimage cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 115 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 45 Java Problem The hierarchy of the type EditContentsActivity is inconsistent EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 33 Java Problem The import com.google.android.gms.analytics.GoogleAnalytics cannot be resolved AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 20 Java Problem The import com.google.android.gms.drive.DriveFile cannot be resolved EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 28 Java Problem Tracker cannot be resolved to a type AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 39 Java Problem DriveIdResult cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem ResultCallback cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem The import com.google.android.gms.analytics.Tracker cannot be resolved AnalyticsSampleApp.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 19 Java Problem The method getGoogleApiClient() from the type ApiClientAsyncTask<DriveFile,Void,Boolean> refers to the missing type GoogleApiClient EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 74 Java Problem ContentsResult cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem The import com.google.android.gms.analytics.HitBuilders cannot be resolved AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 28 Java Problem The method getGoogleApiClient() from the type ApiClientAsyncTask<DriveFile,Void,Boolean> refers to the missing type GoogleApiClient EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 67 Java Problem indicatorView cannot be resolved or is not a field WB_screen_menuImage.java /stories/src/com/stories line 684 Java Problem The import com.google.android.gms.analytics.Tracker cannot be resolved AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 29 Java Problem DriveFile cannot be resolved to a variable EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 67 Java Problem The import android.support cannot be resolved AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 20 Java Problem com.google.android.gms.common cannot be resolved to a type EditContentsActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 73 Java Problem The import com.google.android.gms.analytics.GoogleAnalytics cannot be resolved AppviewFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 27 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 65 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 67 Java Problem The method clear() is undefined for the type ResultsAdapter QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 72 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 61 Java Problem ResultCallback cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 64 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 64 Java Problem ResultCallback cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 65 Java Problem SearchableField cannot be resolved to a variable QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem Drive cannot be resolved QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 60 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 60 Java Problem ResultCallback cannot be resolved to a type QueryFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 61 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.MetadataChangeSet cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 27 Java Problem The import com.google.android.gms.drive.DriveId cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem The import com.google.android.gms.common cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem ContentsResult cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem ResultCallback cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem DriveId cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 54 Java Problem DriveId cannot be resolved to a type CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 54 Java Problem The hierarchy of the type CreateFileWithCreatorActivity is inconsistent CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 36 Java Problem The import com.google.android.gms.drive.OpenFileActivityBuilder cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 28 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 45 Java Problem Drive cannot be resolved CreateFileWithCreatorActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 45 Java Problem Status cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 341 Java Problem Cast cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 329 Java Problem GoogleApiClient cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 327 Java Problem Status cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 333 Java Problem ResultCallback cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 333 Java Problem GoogleApiClient cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 217 Java Problem GoogleApiClient cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 201 Java Problem CastDevice cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 257 Java Problem GoogleApiClient cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 231 Java Problem error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'. styles.xml /ModeSelectActivity/res/values-v14 line 24 Android AAPT Problem DriveIdResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 35 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 35 Java Problem DriveIdResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem DriveIdResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 38 Java Problem DriveFile cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 45 Java Problem Originally defined here. styles.xml /ModeSelectActivity/res/values line 38 Android AAPT Problem DriveIdResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 40 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 45 Java Problem Drive cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 45 Java Problem error: Resource entry Separator already has bag item android:layout_height. styles.xml /ModeSelectActivity/res/values line 39 Android AAPT Problem MetadataChangeSet cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem MetadataChangeSet cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 51 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 50 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 55 Java Problem MetadataResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 51 Java Problem MetadataResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 55 Java Problem ResultCallback cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 55 Java Problem MetadataResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 55 Java Problem MetadataResult cannot be resolved to a type EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem The import com.google.android.gms.common cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 19 Java Problem Drive cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 34 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 34 Java Problem The import com.google.android.gms.drive.MetadataChangeSet cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The hierarchy of the type EditMetadataActivity is inconsistent EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 29 Java Problem The import com.google.android.gms.drive.DriveFile cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 22 Java Problem The import com.google.android.gms.drive.DriveResource cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 20 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved EditMetadataActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 21 Java Problem R cannot be resolved to a variable SettingsActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 16 Java Problem The import com.google.android.gms.common cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 21 Java Problem The import com.google.android.gms.common cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 22 Java Problem The import com.google.android.gms.cast.Cast cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 19 Java Problem The import com.google.android.gms.cast.CastDevice cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 20 Java Problem Cast cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 36 Java Problem GoogleApiClient cannot be resolved to a type GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 186 Java Problem The import com.google.android.gms.common cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 23 Java Problem The import com.google.android.gms.common cannot be resolved GameChannel.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 24 Java Problem The method clear() is undefined for the type ResultsAdapter QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 74 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 69 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 86 Java Problem The method getView() is undefined for the type TimingFragment TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 86 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 62 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 82 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 62 Java Problem The method getView() is undefined for the type TimingFragment TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 82 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 61 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 73 Java Problem SearchableField cannot be resolved to a variable QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 59 Java Problem The method getView() is undefined for the type TimingFragment TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 73 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 67 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 68 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 67 Java Problem The method getView() is undefined for the type TimingFragment TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 68 Java Problem MetadataBufferResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem The method getActivity() is undefined for the type new View.OnClickListener(){} TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 61 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 66 Java Problem GoogleAnalytics cannot be resolved TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 61 Java Problem DriveFolder cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem Drive cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem DriveIdResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 50 Java Problem DriveIdResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 52 Java Problem Query cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem Filters cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 59 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 57 Java Problem Query cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 47 Java Problem The method setAdapter(ListAdapter) in the type ListView is not applicable for the arguments (ResultsAdapter) QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 44 Java Problem Drive cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 46 Java Problem DriveIdResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 50 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 50 Java Problem DriveIdResult cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 47 Java Problem ResultCallback cannot be resolved to a type QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 50 Java Problem The hierarchy of the type QueryFilesInFolderActivity is inconsistent QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 33 Java Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 27 Java Problem R cannot be resolved to a variable QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 42 Java Problem R cannot be resolved to a variable QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem The import com.google.android.gms.drive.DriveFolder cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.AppCompat'). AndroidManifest.xml /MobilePlayground line 15 Android AAPT Problem The import com.google.android.gms.drive.query cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.common cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 20 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 22 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved QueryFilesInFolderActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 21 Java Problem Fragment cannot be resolved to a type TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 40 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 42 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 44 Java Problem Tracker cannot be resolved to a type TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 48 Java Problem The method getActivity() is undefined for the type new View.OnClickListener(){} TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 48 Java Problem The method getTracker(AnalyticsSampleApp.TrackerName) from the type AnalyticsSampleApp refers to the missing type Tracker TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 48 Java Problem HitBuilders cannot be resolved to a type TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 50 Java Problem R cannot be resolved to a variable TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 56 Java Problem The import android.support cannot be resolved TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 20 Java Problem The import com.google.android.gms.analytics.GoogleAnalytics cannot be resolved TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 28 Java Problem The import com.google.android.gms.analytics.HitBuilders cannot be resolved TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 29 Java Problem The import com.google.android.gms.analytics.Tracker cannot be resolved TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 30 Java Problem Fragment cannot be resolved to a type TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 36 Java Problem The method onCreateView(LayoutInflater, ViewGroup, Bundle) of type TimingFragment must override or implement a supertype method TimingFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 38 Java Problem OpenFileActivityBuilder cannot be resolved to a variable PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 59 Java Problem DriveId cannot be resolved to a type PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem DriveId cannot be resolved to a type PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 58 Java Problem DriveFolder cannot be resolved to a variable PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 43 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 44 Java Problem The hierarchy of the type PickFolderWithOpenerActivity is inconsistent PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 32 Java Problem Drive cannot be resolved PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 41 Java Problem The import com.google.android.gms.drive.OpenFileActivityBuilder cannot be resolved PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem The import com.google.android.gms.drive.DriveId cannot be resolved PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.drive.DriveFolder cannot be resolved PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved PickFolderWithOpenerActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem ResultCallback cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 110 Java Problem MetadataBufferResult cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 104 Java Problem ResultCallback cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 111 Java Problem MetadataBufferResult cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 110 Java Problem Drive cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 103 Java Problem Query cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 100 Java Problem ResultCallback cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 104 Java Problem The method getGoogleApiClient() from the type BaseDemoActivity refers to the missing type GoogleApiClient ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 103 Java Problem DataBufferAdapter cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 76 Java Problem Metadata cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 49 Java Problem Query cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 100 Java Problem Metadata cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 76 Java Problem DataBufferAdapter cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 48 Java Problem R cannot be resolved to a variable ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 47 Java Problem DataBufferAdapter cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 49 Java Problem Metadata cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 48 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 461 Java Problem The method isFinishing() is undefined for the type BaseCastPlayerActivity BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 444 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 538 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 475 Java Problem RouteInfo cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 640 Java Problem RouteInfo cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 639 Java Problem MediaRouter cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 648 Java Problem MediaRouteSelector cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 642 Java Problem MediaRouter cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 657 Java Problem MediaRouter cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 650 Java Problem ICE_CREAM_SANDWICH cannot be resolved or is not a field BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 705 Java Problem CastMediaControlIntent cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 686 Java Problem MetadataBufferResult cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 111 Java Problem MetadataBufferResult cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 113 Java Problem DataBufferAdapter cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 118 Java Problem Metadata cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 118 Java Problem Metadata cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 36 Java Problem R cannot be resolved to a variable ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 43 Java Problem The hierarchy of the type ListFilesActivity is inconsistent ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 33 Java Problem DataBufferAdapter cannot be resolved to a type ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 36 Java Problem The import com.google.android.gms.drive.query cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 26 Java Problem The import com.google.android.gms.drive.widget cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 27 Java Problem The import com.google.android.gms.drive.DriveApi cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 24 Java Problem The import com.google.android.gms.drive.Metadata cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 25 Java Problem The import com.google.android.gms.common cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 22 Java Problem The import com.google.android.gms.drive.Drive cannot be resolved ListFilesActivity.java /HomeActivity/src/com/google/android/gms/drive/sample/demo line 23 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 155 Java Problem ConnectionResult cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 482 Java Problem GoogleApiClient cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 480 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 157 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 158 Java Problem ApplicationConnectionResult cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 489 Java Problem ResultCallback cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 489 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 159 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 149 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 151 Java Problem ApplicationConnectionResult cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 491 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 152 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 154 Java Problem MediaRouter cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 441 Java Problem MediaRouteSelector cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 165 Java Problem MediaRouter cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 439 Java Problem The method buildMediaRouteSelector() from the type BaseCastPlayerActivity refers to the missing type MediaRouteSelector BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 165 Java Problem mMediaRouterCallback cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 166 Java Problem Cast cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 453 Java Problem MediaRouter cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 447 Java Problem The method getDefaultSharedPreferences(Context) in the type PreferenceManager is not applicable for the arguments (BaseCastPlayerActivity) BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 168 Java Problem GoogleApiClient cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 466 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 160 Java Problem The method onApplicationDisconnected(int) of type GameActivity.CastListener must override or implement a supertype method GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 455 Java Problem MediaRouter cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 164 Java Problem The method onConnected(Bundle) of type GameActivity.ConnectionCallbacks must override or implement a supertype method GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 473 Java Problem MediaRouter cannot be resolved BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 164 Java Problem The method onConnectionSuspended(int) of type GameActivity.ConnectionCallbacks must override or implement a supertype method GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 468 Java Problem The method getApplicationContext() is undefined for the type BaseCastPlayerActivity BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 164 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 134 Java Problem The method getView() is undefined for the type ExceptionFragment ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 77 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 133 Java Problem HitBuilders cannot be resolved to a type ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 71 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 137 Java Problem The method getView() is undefined for the type ExceptionFragment ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 81 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 135 Java Problem R cannot be resolved to a variable ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 77 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 129 Java Problem Tracker cannot be resolved to a type ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 69 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 128 Java Problem The method getActivity() is undefined for the type ExceptionFragment ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 65 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 132 Java Problem The method getTracker(AnalyticsSampleApp.TrackerName) from the type AnalyticsSampleApp refers to the missing type Tracker ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 69 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 131 Java Problem The method getActivity() is undefined for the type ExceptionFragment ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 69 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 145 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 144 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 148 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 146 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 139 Java Problem The method getView() is undefined for the type ExceptionFragment ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 85 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 138 Java Problem R cannot be resolved to a variable ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 81 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 143 Java Problem R cannot be resolved to a variable BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 141 Java Problem R cannot be resolved to a variable ExceptionFragment.java /MobilePlayground/src/com/google/android/gms/analytics/samples/mobileplayground line 85 Java Problem MediaRouter cannot be resolved to a type GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 170 Java Problem ActionBarActivity cannot be resolved to a type BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 241 Java Problem The method setSelectedDevice(CastDevice) from the type GameActivity refers to the missing type CastDevice GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 169 Java Problem The method onCreateOptionsMenu(Menu) of type BaseCastPlayerActivity must override or implement a supertype method BaseCastPlayerActivity.java /ModeSelectActivity/src/com/google/android/gms/cast/samples/democastplayer line 245 Java Problem The method onStop() of type GameActivity must override or implement a supertype method GameActivity.java /GameActivity/src/com/google/android/gms/cast/samples/tictactoe line 168 Java Problem Media
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
08/01/14 09:55 PM (10 years ago)
Actually, I went back and replaced my Android folder with Time Machine to a few weeks ago when it was working and I still have the original 15 errors mentioned but project explorer shows google play services included, so I don't see how that can be the problem for these 15 errors listed in my original post. I then cleaned the project and the 15 disappeared but was replaced with these: Description Resource Path Location Type R cannot be resolved to a variable BT_fragment_missing.java /stories/src/com/stories line 55 Java Problem R cannot be resolved to a variable BT_fragment_missing.java /stories/src/com/stories line 58 Java Problem R cannot be resolved to a variable BT_fragment_load_config_data.java /stories/src/com/stories line 367 Java Problem R cannot be resolved to a variable BT_fragment_load_config_data.java /stories/src/com/stories line 312 Java Problem R cannot be resolved to a variable BT_fragment_load_config_data.java /stories/src/com/stories line 312 Java Problem R cannot be resolved to a variable BT_fragment_load_config_data.java /stories/src/com/stories line 269 Java Problem R cannot be resolved to a variable BT_fragment_load_config_data.java /stories/src/com/stories line 82 Java Problem R cannot be resolved to a variable BT_plugin_success.java /stories/src/com/stories line 67 Java Problem R cannot be resolved to a variable BT_plugin_success.java /stories/src/com/stories line 64 Java Problem R cannot be resolved to a variable BT_plugin_success.java /stories/src/com/stories line 96 Java Problem error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). AndroidManifest.xml /stories line 66 Android AAPT Problem R cannot be resolved to a variable BT_plugin_success.java /stories/src/com/stories line 85 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 62 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 195 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 64 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 195 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 81 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 160 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 103 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 114 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 149 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 114 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 149 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 87 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 168 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 86 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 82 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 79 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 928 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 927 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 823 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 823 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 60 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 684 Java Problem R cannot be resolved to a variable BT_activity_start.java /stories/src/com/stories line 61 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 375 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 682 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 382 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 683 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 674 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 679 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 555 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 264 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 555 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 267 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 274 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 212 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 312 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 220 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 161 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 254 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 172 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 254 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 262 Java Problem R cannot be resolved to a variable WB_screen_menuImage.java /stories/src/com/stories line 115 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 263 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 218 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 218 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 226 Java Problem R cannot be resolved to a variable BT_screen_htmlDoc.java /stories/src/com/stories line 226 Java Problem R cannot be resolved to a variable BT_plugin_sample.java /stories/src/com/stories line 74 Java Problem R cannot be resolved to a variable BT_plugin_sample.java /stories/src/com/stories line 77 Java Problem R cannot be resolved to a variable BT_plugin_sample.java /stories/src/com/stories line 91 Java Problem R cannot be resolved to a variable BT_plugin_sample.java /stories/src/com/stories line 116 Java Problem R cannot be resolved to a variable BT_plugin_sample.java /stories/src/com/stories line 119 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 257 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 234 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 260 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 162 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 97 Java Problem R cannot be resolved to a variable BT_gcmIntentService.java /stories/src/com/stories line 123 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 234 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 189 Java Problem R cannot be resolved to a variable BT_gcmIntentService.java /stories/src/com/stories line 120 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 634 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 656 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 125 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 602 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 659 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 667 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 657 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 658 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 705 Java Problem R cannot be resolved to a variable BT_screen_splash.java /stories/src/com/stories line 74 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 715 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 680 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 704 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 1154 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 1268 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 526 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 500 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 497 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 494 Java Problem R cannot be resolved to a variable BT_activity_host.java /stories/src/com/stories line 122 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 574 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 570 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 569 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 482 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 978 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 485 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 982 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 488 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 491 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 457 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 846 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 460 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 850 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 463 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 850 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 479 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 949 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 445 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 448 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 451 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 454 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 424 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 425 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 426 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 442 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 77 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 785 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 782 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 423 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 789 Java Problem R cannot be resolved to a variable BT_viewUtilities.java /stories/src/com/stories line 422 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 785 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 664 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 664 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 695 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 695 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 823 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 823 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 846 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 843 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 816 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 789 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 819 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 819 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 515 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 523 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 425 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 425 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 383 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 383 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 270 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 302 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 590 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 598 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 569 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 581 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 547 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 555 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 531 Java Problem R cannot be resolved to a variable BT_fragment.java /stories/src/com/stories line 539 Java Problem
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
08/01/14 11:52 PM (10 years ago)
Yes those look like problems when you dont reference google play service with your project.You imported it into eclipse correctly. Did you right click on your project,click properties,then add the library to your app project? https://www.dropbox.com/s/z0xg826b5mnvt0f/coo.png
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.