GithubHelp home page GithubHelp logo

Comments (4)

oliverou avatar oliverou commented on August 11, 2024

Hi! Can you provide the following info for us to help fix the problem:

  1. Android system version on your testing Android device, like android 5.1.1, android 6.0, etc
  2. Android device's type, like Nexus5, Samsung, etc

Thanks!

from mobile-sdk-android.

JonasVautherin avatar JonasVautherin commented on August 11, 2024

It says it cannot find "libGroudStation.so". Can you check if you have this file somewhere? It is here on GitHub.

Maybe it is just not linked correctly in your project. Note: I have not tried to build directly from this git repository.

from mobile-sdk-android.

LukasSkywalker avatar LukasSkywalker commented on August 11, 2024

I might have figured out why. They are indeed wrongly linked, but this can be fixed by editing build.gradle inside the DJI-SDK-LIB folder and adding the following snippet to the sourceSets.main part:

jniLibs.srcDir 'libs'

so it looks like this:

sourceSets {
    main {
        manifest.srcFile 'AndroidManifest.xml'
        java.srcDirs = ['src']
        resources.srcDirs = ['src']
        aidl.srcDirs = ['src']
        renderscript.srcDirs = ['src']
        res.srcDirs = ['res']
        assets.srcDirs = ['assets']
        jniLibs.srcDir 'libs'
    }
...

Hope that helps someone.

from mobile-sdk-android.

FreemanX avatar FreemanX commented on August 11, 2024

Or you can create a jniLibs directory in your own project and copy armeabi and armeabi-v7a from DJI-SDK-LIB to jniLibs.

from mobile-sdk-android.

Related Issues (20)

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.