It seems that many problems arise when people updated the ADT and SDK to the newest revision r17.
I have a problem generating the Javadoc for my Android JAR project that uses Android Bluetooth library.
Using revision r16, the trick below works :
-classpath "C:/Program Files (x86)/Android/android-sdk/platforms/android-13/android.jar"
-linkoffline http://d.android.com/reference "file:/C:/Program Files (x86)/Android/android-sdk/docs/reference"
But after I updated to r17, It happens again. I deleted the classpath line, because it is already included in r17, but I still got:
error: package android.bluetooth does not exist
and
error: cannot find symbol ....
It seems that no one has asked this question. Anybody can help?
Thank you.