Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with loading library in barchart-udt-bundle-2.3.0.jar #70

Open
shivakishoret opened this issue Oct 25, 2014 · 0 comments
Open

Issue with loading library in barchart-udt-bundle-2.3.0.jar #70

shivakishoret opened this issue Oct 25, 2014 · 0 comments

Comments

@shivakishoret
Copy link

Barchart-udt version: 2.3.0
Netty version: 4.1.0.Beta3

Context:
Iam using Netty to make HTTP Request and Response go over UDT at transport layer on Android Operating system. Netty is internally using barchart-udt-bundle-2.3.0.jar for UDT Channel communication. While I try to install my app using eclipse and Android SDK tools r23, I get the below error:

The library 'barchart-udt-bundle-2.3.0.jar' contains native libraries that will not run on the device.
Additionally some of those libraries will interfer with the installation of the application because of their location in lib/
lib/ is reserved for NDK libraries.
The following libraries were found:
lib/arm-Linux-gpp/jni/libbarchart-udt-core-2.3.0-SNAPSHOT.so

Steps to reproduce:

  1. Add barchart-udt-bundle-2.3.0.jar to the project build path
  2. Try to run the project using ADT from eclipse

$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

Operating system: Ubuntu Linux 14.04 64-bit

$ uname -a
Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant