I am getting the following error when trying to re-run the app (it loads fine the first time), then I have to uninstall the app completely and reinstall it in order for it to work again
Code:
ERROR/AndroidRuntime(13041): Caused by: java.lang.IllegalStateException: TimerTask is scheduled already
So I'm assuming that this line isn't working right:
Code:
if(lastLookup == null || lastLookup.getStatus().equals(AsyncTask.Status.FINISHED)) {