Almost everything in my activity is working fine, except for wherever TAG is referenced. TAG gets a red line and says: \'TAG\' has private access
TAG
\'TAG\' has private access
You should define a constant for your tag in MainActivity:
MainActivity
private static final String TAG = "MainActivity"