I keep getting the following error despite having imported the Parse JAR file into my project. Is there anyway that I could resolve this? Thanks a lot!
Source not found: The source attachment does not contain the source for the file Parse.class
// Compiled from Parse.java (version 1.5 : 49.0, super bit)
public class com.parse.Parse {
  // Field descriptor #249 Ljava/lang/String;
  private static final java.lang.String TAG = "com.parse.Parse";
  // Field descriptor #252 Landroid/content/Context;
  static android.content.Context applicationContext;
  // Field descriptor #249 Ljava/lang/String;
  static java.lang.String applicationId;
  // Field descriptor #249 Ljava/lang/String;
  static java.lang.String clientKey;
  // Field descriptor #256 I
  public static final int LOG_LEVEL_VERBOSE = 2;
  // Field descriptor #256 I
  public static final int LOG_LEVEL_DEBUG = 3;
 
    