How to attach Android Source to Eclipse

后端 未结 6 1070
陌清茗
陌清茗 2020-11-28 06:07

I\'ve previously had success attaching the Android Source to Eclipse by following Finn Johnsen\'s instructions here.

However this approach seems to have stopped work

6条回答
  •  [愿得一人]
    2020-11-28 06:34

    The best way is as below.

    1. Update Android SDK Manager, including source of the version you need.

    2. click on Any class like activity, if source is properly attached, it will open the Activity class.

    3. If it is not opening up, then click on the attach source and can give source path as above.

    4. Source path will be like android-sdk-windows\sources\android-17

    This will help you to add source for android SDK

提交回复
热议问题