ikariiin / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

NDK build failure #645

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NDK-r8e/ndk-build for v1.7.1 produces the following error:
/home/gerry/android-ndk-r8e/build/core/add-application.mk:128: Android NDK: 
WARNING: APP_PLATFORM android-8 is larger than android:minSdkVersion 3 in 
./AndroidManifest.xml 
/home/gerry/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-
x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/b
in/ld: error: cannot find -licuuc
/home/gerry/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-
x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/b
in/ld: 
./obj/local/armeabi/objs/org_connectbot_util_EastAsianWidth/org_connectbot_util_
EastAsianWidth.o: in function 
Java_org_connectbot_util_EastAsianWidth_measure:jni/EastAsianWidth/org_connectbo
t_util_EastAsianWidth.c:56: error: undefined reference to 
'u_getIntPropertyValue_3_8'
collect2: ld returned 1 exit status
make: *** [obj/local/armeabi/liborg_connectbot_util_EastAsianWidth.so] Error 1
Compile++ thumb  : com_google_ase_Exec <= com_google_ase_Exec.cpp
StaticLibrary  : libstdc++.a
SharedLibrary  : libcom_google_ase_Exec.so
Install        : libcom_google_ase_Exec.so => 
libs/armeabi/libcom_google_ase_Exec.so
Compile thumb  : org_connectbot_util_EastAsianWidth <= 
org_connectbot_util_EastAsianWidth.c
SharedLibrary  : liborg_connectbot_util_EastAsianWidth.so

I can remember this working with ndk-r8b

Btw ,can I ask why the v1.7.1 is from late 2012 while v1.7.1 on Google Play is 
from 2010? I contribute to f-droid project which distributes a developer-built 
apk from 2010 so we would like to be sure which is the current version.

Original issue reported on code.google.com by david8bl...@gmail.com on 13 May 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Oh dear, my mistake, v1.7.1 is indeed from 2010. I guess this can be closed.

Original comment by david8bl...@gmail.com on 13 May 2013 at 12:01