Page 1 of 1

android.support.v4

Posted: Wed Aug 12, 2015 9:28 pm
by M&M

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&#46;google&#46;android</groupId>
<artifactId>support-v4</artifactId>
<version>r6</version>
</dependency>

/code
any idea how to solve this?


android.support.v4

Posted: Thu Aug 27, 2015 3:13 pm
by Serhii Kulibaba

Hello,

You can upload this file into a folder:
ANDROID//repo/com/google/android/support/v4

And add link to this file in .classpath:

http://prntscr.com/89is3g


android.support.v4

Posted: Sat Aug 29, 2015 4:02 am
by M&M

thanks


android.support.v4

Posted: Mon Sep 21, 2015 7:03 pm
by Madi Anas

Hello Sergiy, I have done everything acording to your instructions, however I still get the same error.
Image

I get the same error.
Image


android.support.v4

Posted: Fri Sep 25, 2015 4:09 pm
by Serhii Kulibaba

Hello Madi,

Could you undo all changes bofore these operations?


android.support.v4

Posted: Tue Sep 29, 2015 2:06 pm
by Madi Anas

I deleted the whole app from the main ANDROID folder and clicked "Undo all source changes". Now .classpath is not even there.

I also tried creating a new ionic app, classpath file is also missing.
What should I do now?


android.support.v4

Posted: Wed Jul 05, 2017 7:23 pm
by Jukka8703986

Hi,
I had this same "android.support.v4." issue. This solution fixed the problem for me:
https://stackoverflow.com/a/28325548

Hope it helps you as well!

Br,
Jukka


android.support.v4

Posted: Wed Jul 05, 2017 7:23 pm
by Jukka8703986

Hi,
I had this same "android.support.v4." issue. This solution fixed the problem for me:
https://stackoverflow.com/a/28325548

Hope it helps you as well!

Br,
Jukka