• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps JAR files not found...?

jon80

Member
I am using a sample application called BasicGestureDetect, however, I cannot quite fine these libraries or the intermediates sub-directory in my project view and I have not changed anything, I am just studying the code, where do you think I could find the rest of the code?

The files seem to be browseable using Windows explorer but unfortunately they do not show up as I try to browse within Android Studio 1.0.2.

<component name="libraryTable">
<library name="cardview-v7-21.0.2">
<CLASSES>
<root url="file://$PROJECT_DIR$/Application/build/intermediates/exploded-aar/com.android.support/cardview-v7/21.0.2/res" />
<root url="jar://$PROJECT_DIR$/Application/build/intermediates/exploded-aar/com.android.support/cardview-v7/21.0.2/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/AppData/Local/Android/sdk1/extras/android/m2repository/com/android/support/cardview-v7/21.0.2/cardview-v7-21.0.2-sources.jar!/" />
</SOURCES>
</library>
</component>
 
Back
Top Bottom