When I tried to create my c library on OS X 10.7.3, I use android-sdk-mac2.2, sdk tools version is 12, and use android-ndk-r6. When I finished compiling, he said:
ranlib: warning for library libsystem.a the table of contents is
empty (no object file members in the library define global symbols)
I tried using this libsystem.aone and he said he could not read the characters: y Archive has no index, run ran lib to add one.
Does anyone know why? And what should I do to successfully compile?
Thank you so much.
source
share