私はAndroidのndkの下でいくつかのネイティブコードを開発しており、もちろんデバッグが必要でした。
ADT20 のプレビュー 3 と対応するツールを使用しましたが、公式のアップデートが出たので、Eclipse、SDK、ADT、および NDK のクリーン バージョンをダウンロードしました (crystax ビルド、プレビューでも使用し、正常に動作しました)。デバッガに接続できません。コンソールに表示されるのは次のとおりです。
warning: .dynamic section for "/home/user/Development/Projects/MyDevProject/Android/ProjectName/obj/local/armeabi/libcrypto.so" is not at the expected address (wrong library or version mismatch?)
warning: Could not load shared library symbols for 63 libraries, e.g. /system/bin/linker.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
[New Thread 1614]
[New Thread 1617]
[New Thread 1618]
[New Thread 1619]
[New Thread 1620]
[New Thread 1621]
[New Thread 1622]
[New Thread 1623]
[New Thread 1624]
No symbol table is loaded. Use the "file" command.
No symbol table is loaded. Use the "file" command.
No symbol table is loaded. Use the "file" command.
No symbol table is loaded. Use the "file" command.
No symbol table is loaded. Use the "file" command.
NDK_DEBUG=1 が定義されていて、すべての設定が完了していることを確認しました。これは、先週この構成を使用して魅力的に機能したためです。
何か案は?