I got solution(it worked for someone) for my problem:
Error with Autogenerated file BuildConfig.java - Android
Actually I do not have idea how to do this in Sybase unwired platform/eclipse:
"Fix project properties". Right click project-->android tools.
Note: I have generated code in Sybase unwired platfrom V2.1.3 for Android device.After this automatic code generation I'm getting this error, in following method:
The type android.content.Context cannot be resolved. It is indirectly referenced from required .class files
public static synchronized void setApplication(com.sybase.mobile.Application app)
{
com.sybase.sup.client.mbs.RegistryUtil.setApplicationContext(app.getInstance().getApplicationContext());
initialize();
}
How to solve this? Thanks.