alaurenz / metrobike

0 stars 1 forks source link

Backend refactoring causes app to crash #85

Closed alaurenz closed 11 years ago

alaurenz commented 11 years ago

After the backend was refactored (put into pure Java code) upon launching the app on an Android the app loads but after entering start and end locations and clicking "Find" the app crashes. There logcat error is: Could not find class 'com.HuskySoft.metrobike.backend.DirectionsRequest', referenced from method com.HuskySoft.metrobike.ui.SearchActivity$DirThread.run

dutchscout commented 11 years ago

I believe this has been fixed with the re-integration of the backend code.

dutchscout commented 11 years ago

Closing this for now. Please re-open if this is still a problem.