xiaoyaosoft / adt-addons

Automatically exported from code.google.com/p/adt-addons
0 stars 0 forks source link

Add Sources to Source Lookup Path #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a small Hello World App
2. Start debugging the App

What is the expected output? What do you see instead?
I expect to see the Android Framework sources.
But I see a message: Source Not Found
and a button that says "Edit Source Lookup Path..."

What version of the product are you using? On what operating system?
com.android.ide.eclipse.source.feature_8.0.1.201012181425
Android 2.3.1 L9

Please provide any additional information below.
You have to add the 
".\eclipse\plugins\com.android.ide.eclipse.source_8.0.1.201012181425\x\sources.z
ip"
as external archive to the source lookup path.
(x stands for the android api level version)  

Original issue reported on code.google.com by GlaserFr...@gmail.com on 5 May 2011 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by snp...@gmail.com on 7 Jun 2011 at 10:46

GoogleCodeExporter commented 9 years ago
It is not a duplicate bug.

It is not about the missing API Sourcen, it is only about the Source Lookup 
Path. 
Maybe it is better, if adt-addons can add the correct source lookup path to the 
properties.

Original comment by GlaserFr...@gmail.com on 13 Jun 2011 at 5:32

GoogleCodeExporter commented 9 years ago
I did this:

You have to add the 
".\eclipse\plugins\com.android.ide.eclipse.source_8.0.1.201012181425\x\sources.z
ip"
as external archive to the source lookup path.
(x stands for the android api level version)

But still, no source code for me. What am I doing wrong? I'm using Ganymede and 
added the sources.zip in "Java Build Path", "Libraries", "Add external JARs". 
Is this the right place?

Original comment by jordigas...@gmail.com on 15 Dec 2011 at 4:34