Advertisement
techmik

8 errors

Nov 1st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/DownloadService.java:290: cannot find symbol
  2. symbol : variable TextView01
  3. location: class com.cyanogenmod.filemanager.R.id
  4. nmView.setTextViewText(R.id.TextView01, text);
  5. ^
  6. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/PickHost.java:21: cannot find symbol
  7. symbol : variable Button01
  8. location: class com.cyanogenmod.filemanager.R.id
  9. Button btn = (Button)findViewById(R.id.Button01);
  10. ^
  11. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/PickHost.java:29: cannot find symbol
  12. symbol : variable EditText01
  13. location: class com.cyanogenmod.filemanager.R.id
  14. EditText ip = (EditText)findViewById(R.id.EditText01);
  15. ^
  16. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/SambaLogin.java:26: cannot find symbol
  17. symbol : variable Button01
  18. location: class com.cyanogenmod.filemanager.R.id
  19. Button btn = (Button)findViewById(R.id.Button01);
  20. ^
  21. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/SambaLogin.java:31: cannot find symbol
  22. symbol : variable EditTextDomain
  23. location: class com.cyanogenmod.filemanager.R.id
  24. EditText domain = (EditText)findViewById(R.id.EditTextDomain);
  25. ^
  26. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/SambaLogin.java:32: cannot find symbol
  27. symbol : variable EditTextUsername
  28. location: class com.cyanogenmod.filemanager.R.id
  29. EditText username = (EditText)findViewById(R.id.EditTextUsername);
  30. ^
  31. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/SambaLogin.java:33: cannot find symbol
  32. symbol : variable EditTextPassword
  33. location: class com.cyanogenmod.filemanager.R.id
  34. EditText password = (EditText)findViewById(R.id.EditTextPassword);
  35. ^
  36. packages/apps/CMFileManager/src/com/cyanogenmod/filemanager/SambaLogin.java:37: cannot find symbol
  37. symbol : constructor Intent(<anonymous android.view.View.OnClickListener>,java.lang.Class<com.cyanogenmod.filemanager.SambaExplorer>)
  38. location: class android.content.Intent
  39. Intent intent = new Intent(this, com.cyanogenmod.filemanager.SambaExplorer.class);
  40. ^
  41. Note: Some input files use or override a deprecated API.
  42. Note: Recompile with -Xlint:deprecation for details.
  43. 8 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement