Cant make it work on android
I am trying to make it work on android. I followed the instruction of the README file but I am having errors:
Here are the errors displayed on console when tested on android with -debug mode:
E/VoldConnector( 358): NDC Command {968 asec create smdl2tmp1 24 ext4 68a0d2b3a9e09a6453e1b84f2ecdc24d 10013 1} took too long (3958ms) E/ProcessKiller( 91): Process android.process.acore (27662) has open file /mnt/asec/com.tbdlab.stayontrack-2/pkg.apk E/ExternalAccountType(27642): Unsupported attribute readOnly E/ExternalAccountType(27642): Unsupported attribute readOnly E/Launcher( 9940): AppsCustomizePagedView, Widget ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.widget.PredictiveCardsWidgetProvider} can not fit on this device (450, 375) E/Launcher( 9940): AppsCustomizePagedView, Widget ComponentInfo{com.sand.airdroid/com.sand.airdroid.ui.widget.ConnectionWidget} can not fit on this device (444, 90) E/ProcessKiller( 91): Process android.process.acore (27662) has open file /mnt/asec/com.tbdlab.stayontrack-2/pkg.apk E/VoldConnector( 358): NDC Command {979 asec unmount com.tbdlab.stayontrack-2 force} took too long (3146ms) E/jdwp (27930): jdwp::setsockopt(SO_SNDTIMEO) E/jdwp (27930): jdwp::setsockopt(SO_RCVTIMEO) E/jdwp (28054): jdwp::setsockopt(SO_SNDTIMEO) E/jdwp (28054): jdwp::setsockopt(SO_RCVTIMEO) E/dalvikvm(27752): Could not find class 'android.os.UserHandle', referenced from method com.google.android.gms.gcm.f.a E/dalvikvm(28106): Could not find class 'android.os.UserManager', referenced from method eu.chainfire.supersu.User.a E/dalvikvm(28069): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment E/dalvikvm(28069): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment E/GooglePlayServicesUtil(28069): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
Any help would be highly appreciated