有人成功将live555移植到了android?

Ale*_*tin 3 android live555

我一直在尝试live555根据本指南构建:

https://github.com/boltonli/ohbee/tree/master/android/streamer/jni

以及使用其他一些指南,都无济于事.

如果有人成功移植live555到Android,请告诉我如何才能这样做?

Dar*_*tle 9

我成功构建了如下项目:

git clone https://github.com/boltonli/ohbee.git
cd ohbee/android/streamer
android update project --path . --name "streamer" --target "android-15"
cp lib/jnix.jar libs/ # This is the only trick
ant debug
Run Code Online (Sandbox Code Playgroud)

jar在lib/目录而不是libs/.

如果这不能解决您现在或正在遇到的问题,您必须更具体,并分享您采取的步骤以及您遇到的问题.