lakeinchina / librestreaming

Android real-time effect filter rtmp streaming library.using Mediacodec HWencoding&librtmp stream.
GNU Lesser General Public License v2.1
942 stars 317 forks source link

Error:Execution failed for task ':sample:compileDebugRenderscript'. #199

Closed mbpz closed 6 years ago

mbpz commented 6 years ago

Error:Execution failed for task ':sample:compileDebugRenderscript'.

A problem occurred starting process 'command '/home/doug/Android/Sdk/build-tools/26.0.2/arm-linux-androideabi-ld''

mbpz commented 6 years ago

compile in Ubuntu Warning:Linking two modules of different data layouts: '/home/doug/Android/Sdk/build-tools/26.0.2/renderscript/lib/bc/armeabi-v7a/libclcore.bc' is 'e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64' whereas '/home/doug/AndroidStudioProjects/librestreaming/sample/build/generated/res/rs/debug/raw/skinblur.bc' is 'e-p:32:32-i64:64-v128:64:128-n32-S64' Warning:Linking two modules of different target triples: /home/doug/Android/Sdk/build-tools/26.0.2/renderscript/lib/bc/armeabi-v7a/libclcore.bc' is 'armv7--linux-android' whereas '/home/doug/AndroidStudioProjects/librestreaming/sample/build/generated/res/rs/debug/raw/skinblur.bc' is 'armv7-none-linux-gnueabi'

siddharth-shah commented 6 years ago

@DougZeng How did you solve this issue?