目前正在为交付驱动程序开发Android应用程序。它已经工作好几个月但现在它突然强制退出按下“提交”按钮。
虽然调试了给我的各种与android库有关的运行时错误。
当我到达确切位置时,每个人都说Source not found。一切都在那里,我已经重新安装了SDK并且已经遍历了每个文件位置。
请帮助
编辑:
if(isOnline())
{
PODCache.clearedfordeliveryjobs.add(etDespatch.getText().toString());
new runner().execute(al_kvp);
}
PODCache是另一个类,这也是上面提到的那个。
public void onStart(Intent intent, int startid) {
// Run this
Toast.makeText(getApplicationContext(), "PODCache Started", 10).show();
RUNNING = true;
try {
clearedfordeliveryjobs = (ArrayList<String>) LocalPersistence
.readObjectFromFile(this, UNBLOCKEDLIST);
} catch (Exception e) {
clearedfordeliveryjobs = new ArrayList<String>();
}
答案 0 :(得分:0)
什么是keypod.keyfort.net.PickUpActivity?你试过找那个班吗?对我来说,这看起来不像标准Android。