Can anyone please let me know how to make this app work. It has to be started somehow.
I did the stuff below to make it compile the apk
Now the application can be installed on the phone, but it does not start, there is no way of launching it to start as service, there is missing something for it to run.
here is an example https://github.com/codepath/android_guides/wiki/Starting-Background-Services
I had to remove te samolibrary from the build.gradle for it to go, and set the
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}
This then makes the APK in Android Studio 2.3.1.
Can anyone please let me know how to make this app work. It has to be started somehow.
I did the stuff below to make it compile the apk
Now the application can be installed on the phone, but it does not start, there is no way of launching it to start as service, there is missing something for it to run.
here is an example https://github.com/codepath/android_guides/wiki/Starting-Background-Services
I had to remove te samolibrary from the build.gradle for it to go, and set the
This then makes the APK in Android Studio 2.3.1.