Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for AssertNull

I am brand new to Android development. Hopefully this is an easy one. Relevant code (I hope) below. import android.location.LocationManager; import android.content.Context; LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); I get the following: Error: error: cannot find symbol method getSystemService(String) All the code samples I am seeing say to do the above. …

Member Avatar for open_1
0
7K