You shouldn't have to do anything special. It's supposed to work if the source code is installed *for the specific platform you're compiling with*.
In other words, if you have the API 19 sources installed, *and* your compileSdkVersion is 19, then it should happen automatically. Can you verify that you're really compiling with 19, not say 20 or android-L ? -- Tor On Wed, Jul 2, 2014 at 5:48 PM, Pradeep Sivakumar <[email protected]> wrote: > *IDE*: Android Studio 0.8.1 Beta. > > I need to view Android Source from within my Project Source Code > (Cmd+Click a Method). Instructions such as the one provided here: > https://plus.google.com/+CyrilMottier/posts/GNcGL6xVth1 are not > applicable anymore (for 0.8.1 Beta). That is, I don't see "*Sourcepath*" > tab under "*File > Project Structure > sdk*" section. > > Does anyone how I can achieve this in 0.8.1 Beta? > > *Note*: I am developing with "*Android 4.4.2 (API 19)*" and had already > installed "*Sources for Android SDK*" for this API Level. > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
