From 69de671e54ac70b696010090c6602f6c60f3b27b Mon Sep 17 00:00:00 2001 From: suxinmin <suxinmin@4b28535f-fbcb-2441-bae3-90a646daf7c2> Date: 星期五, 28 十二月 2018 14:54:11 +0800 Subject: [PATCH] add lib for armeabi --- trunk/local.properties | 18 +++++++++--------- trunk/app/src/main/jniLibs/armeabi-v7a/libjingle_peerconnection_so.so | 0 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/trunk/app/src/main/jniLibs/armeabi-v7a/libjingle_peerconnection_so.so b/trunk/app/src/main/jniLibs/armeabi-v7a/libjingle_peerconnection_so.so new file mode 100644 index 0000000..e2ffc45 --- /dev/null +++ b/trunk/app/src/main/jniLibs/armeabi-v7a/libjingle_peerconnection_so.so Binary files differ diff --git a/trunk/local.properties b/trunk/local.properties index 01bf4b2..074d649 100644 --- a/trunk/local.properties +++ b/trunk/local.properties @@ -1,9 +1,9 @@ -## This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Fri Dec 28 11:48:59 CST 2018 -ndk.dir=D\:\\Android\\Sdk\\ndk-bundle -sdk.dir=D\:\\Android\\Sdk +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Fri Dec 28 14:31:21 CST 2018 +ndk.dir=/home/xzl/Android/Sdk/ndk-bundle +sdk.dir=/home/xzl/Android/Sdk -- Gitblit v1.8.0