public class FileManage extends Activity{ String path=Environment.getExternalStorageDirectory().toString();
String fileData;
int sidTotal=0;
TextView tv1;
Spinner sp1;
EditText et1;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.filemanage); Toast.makeText(FileManage.this, "123456", Toast.LENGTH_LONG);

其它的省略了,为什么执行后没有效果呢?
getApplicationContext()换getApplicationContext()也不行呢