Giter Site home page Giter Site logo

Outdated dependencies about myolib HOT 8 CLOSED

d4rken avatar d4rken commented on August 25, 2024
Outdated dependencies

from myolib.

Comments (8)

faisalrugrugt avatar faisalrugrugt commented on August 25, 2024 2

Works like a charm ...thank you

from myolib.

d4rken avatar d4rken commented on August 25, 2024 1

The dependencies were outdated (gradle/buildtools) for the latest Android Studio version.
I've updated the library and published 0.0.5 give that a try.
I've tested the example app on a [email protected] build with Android Studio 3.0.1.

from myolib.

d4rken avatar d4rken commented on August 25, 2024 1

Also on newer versions you have to keep in mind that BLE needs location permission (but logcat should also show you a warning about that.

And your code snippet shows that you are using very old dependencies too in net.lesan_tech.myo23, I would update that too.

from myolib.

d4rken avatar d4rken commented on August 25, 2024

What's your question?

from myolib.

faisalrugrugt avatar faisalrugrugt commented on August 25, 2024

when I run the app, its works on android 4.4 or less
I can't make it work for higher version

from myolib.

d4rken avatar d4rken commented on August 25, 2024

from myolib.

faisalrugrugt avatar faisalrugrugt commented on August 25, 2024
Warning:The specified Android SDK Build Tools version (23.0.3) is ignored, as it is below the minimum supported version (26.0.2) for Android Gradle Plugin 3.0.1.
Android SDK Build Tools 26.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

from myolib.

faisalrugrugt avatar faisalrugrugt commented on August 25, 2024

here's my build.gradle

apply plugin: 'com.android.application'

android {
    compileSdkVersion 23
    buildToolsVersion '23.0.3'
    defaultConfig {
        applicationId "net.lesan_tech.myo23"
        minSdkVersion 18
        targetSdkVersion 23
        versionCode 2
        versionName "1.1"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.4.0'
    compile 'eu.darken.myolib:myolib:0.0.2'
    repositories {
        maven {
            url 'C:\\Users\\AL deqa\\Desktop\\myo-android-sdk-0.10.0\\myorepository'
        }
    }
    compile 'com.thalmic:myosdk:0.10.+@aar'
}

from myolib.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.