3

Is there a way to step into system calls when debugging an Android app on eclipse?

Maybe a similar way to how source code of a JAR library can be pointed to in eclipse and debugging would be possible on the library code. The difference is that Android's system libraries are not compiled with the Android app so I'm not sure how and where to tell eclipse: "here is Android's source code. Find your way in it.".

4

2 に答える 2

8
  1. Android SDK Managerで、作業しているターゲットプラットフォームの「SourcesforSDK」を確認してダウンロードします。
  2. Eclipseでエラーが発生し、デバッグパースペクティブがポップアップ表示されたら、[ソースの接続]をクリックして[外部フォルダー]を選択します。ur android-sdk / sources /に移動し、プラットフォームに対応するフォルダーを選択します。

これはあなたが探しているものですか?

于 2012-07-27T09:39:25.950 に答える
0

あなたは間違いなくこれを行うことができます。

http://android.opensourceror.org/2010/01/18/android-source/

http://www.mkyong.com/android/attach-android-source-code-to-eclipse-ide/

于 2012-07-27T09:44:34.380 に答える