Skip to content

samolibrary missing? #2

@BobTB

Description

@BobTB

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions