Git Product home page Git Product logo

pangolin_android's People

Contributors

fangget avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pangolin_android's Issues

How can i use this in my Android Studio project?

Recently i start using AS for android developing but not familiar with it. How can i use this lib in my project? Or if it is possible for you to offer the .so file for not only armeabi-v7a platform but also arm64-v8a?

Ask about source path.

Hi FangGet, I'am on project which use pangolin with android. In your tut, I don't know what is source path ? May be it is the link to Cmakelist.txt of pangolin ? Thanks.

building problem

I tried to compile your building steps in linux, but it is not working. I typed:
export ANDROID_NDK=~/Downloads/android-ndk-r12b
cd pangolin_android
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../android-cmake/android.toolchain.cmake
-DANDROID_NDK=ANDROID_NDK
-DCMAKE_BUILD_TYPE=Release
-DANDROID_ABI="armeabi-v7a"
-DANDROID_NATIVE_API_LEVEL=android-19
<source_path>
Then the terminal printed lots of things and the last few lines are
-- Android Target:
CMake Error at CMakeModules/AndroidUtils.cmake:129 (message):
No Android SDK platforms found. Please install an Android platform SDK.
On Linux, run 'android'.

Android arm64-v8a

Hey, I cant seem to compile this sucessfully for the newest 64-bit architecture. would you maybe be able to compile it and upload the compiled library or let me know how i can get it to work? any help is appreciated! thanks!

How to compile file lib.so ?

Hi FangGet, I read about Cmake and I downloaded your code on baidu cloud, so now I try to compile libpangolin.so and I did these things:

  1. I use building script (at FangGet repo) on build.gardle like this
    build gardle
  2. I changed CMakeList.txt and add 2 files HelloPangolin_shared_load.h and HelloPangolin_start.cpp
    cmakelist
    after that, I built it to an apk app, but it cannot run (stopped working), and I realized that may be because file lib.so hasn't had any data, you can see here, file lib.so has been built but its size is only 5kb, (your lib.so at your example is > 4 mb)
    lib so

Can you give me some advise please ?

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.