0

I've read the following posts:
How to attach javadoc or sources to jars in libs folder?
How can I enable javadoc for the Android support library?

But the solution specified doesn't work.

Before adding the .properties file: Before adding the .properties file

After adding the .properties file: After adding the .properties file

After adding the .properties file I've refreshed the project, cleaned the project, closed and launched eclipse but to no avail.

Community
  • 1
  • 1
Ashish
  • 85
  • 1
  • 8

1 Answers1

0

The trick was to add the .properties file in the lib folder of appcompat_v7(which was added automatically)

After adding the .properties file in the lib folder of appcompat_v7: After adding the .properties file in the lib folder of appcompat_v7

This popup gave me the clue to add it in the necessary location: Clue

Correct me if am wrong, I think the reason why the solution in the 2nd post worked was because in the earlier versions of the ADT(<22.6.1) when you were creating a new application the appcompat_v7 wasn't included.

Ashish
  • 85
  • 1
  • 8