This is my project structure screeshot. Am having a error which I already posted here 'java.lang.NoSuchMethodError: No static method getDrawable(Landroid/content/Context;I)'. Unfortunately I haven't received any support. After some research to overcome this problem I need to remove older version of 'android-support-v13.jar'. Under my libs folder no jar files are there. I also searched in my local appdata(C:\Users\sivabala\AppData\Local\Android\sdk\extras\android\m2repository\com\android\support). Now my question is what are the other possible path that 'android-support-v13.jar' may be present.
Asked
Active
Viewed 152 times
1

Siva
- 1,849
- 2
- 13
- 28
-
goto `FILE->PROJECT STRUCTURE ` check lib – IntelliJ Amiya Jun 13 '17 at 07:00
-
Can u please elaborate.. where will be lib in FILE->PROJECT STRUCTURE – Siva Jun 13 '17 at 07:10
-
Android studio . From Left Top – IntelliJ Amiya Jun 13 '17 at 07:13
-
1use google play version `10.2.1/11.0.0` instead of `8.4.0` – IntelliJ Amiya Jun 13 '17 at 07:19
-
1Thanks mate. That solved me the previous issue 'https://stackoverflow.com/questions/44497458/java-lang-nosuchmethoderror-no-static-method-getdrawablelandroid-content-conte'. Thanks a ton @Intellij Amiya – Siva Jun 13 '17 at 07:35
-
Glad to hear .What about this problem ?? – IntelliJ Amiya Jun 13 '17 at 07:38
-
Having another problem. – Siva Jun 13 '17 at 07:40
-
Elaborate please . – IntelliJ Amiya Jun 13 '17 at 07:41
-
its a warning . – IntelliJ Amiya Jun 13 '17 at 07:50
-
However am having this problem. java.lang.NoSuchMethodError: No virtual method addOnPageChangeListener(Landroid/support/v4/view/ViewPager$OnPageChangeListener;)V in class Landroid/support/v4/view/ViewPager; or its super classes (declaration of 'android.support.v4.view.ViewPager' appears in /data/app/com.jeyashri.kitchen.jeyashriskitchen-2/base.apk:classes45.dex) – Siva Jun 13 '17 at 08:54
-
add `compile 'com.android.support:support-v4:25.3.1'` – IntelliJ Amiya Jun 13 '17 at 08:59
-
No this is not helping. Also tried com.android.support:support-v4:26.0.0-alpha1' – Siva Jun 13 '17 at 09:22