I am trying to develop an android application which connect to SUP2.1.1. I am new to this technology.
app.setApplicationContext(android.content.Context);
I am getting following error in the above line of code.
android.content.Context cannot be resolved to a variable
I have added the tools and platform-tools path to the “path” environment variable, and ANDROID_HOME to the user variables.
You are trying to give the class Context as the parameter, but you should give an instance of it.