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
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