android.support.v4
error: package android.support.v4.app does not exist
I looked at mvnrepository and found the jar. What would be the next step? Which folder should I upload the jar file into? And also I need to modify or add any pom file?
If this is explained clearly once with an example, this will help many others who are facing similar difficulty in adding dependencies to their apps.
http://mvnrepository.com/artifact/com...
code
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<version>r6</version>
</dependency>
/code
any idea how to solve this?