I am using [android-support-v7-appcompat] for android project in eclipse. I am getting this error "android-support-v7-appcompat] Could not find android-support- v7-appcompat.apk!".
Asked
Active
Viewed 565 times
0
-
Please show us your code or some more info about your error like error log etc. – Vishal Makasana Aug 19 '15 at 05:48
-
remove the appcompat labrary from java build path – Rahul Chaudhary Aug 19 '15 at 05:49
-
possible duplicate http://stackoverflow.com/questions/23382583/could-not-find-appcompat-v7-apk – Arkar Aung Aug 19 '15 at 05:49
-
I removed appcompat library from buiid path. Same error is throwing – ram kumar Aug 19 '15 at 05:57
-
@ArkarAung There is no proper answer http://stackoverflow.com/questions/23382583/could-not-find-appcompat-v7-apk – ram kumar Aug 19 '15 at 06:00
-
@DroidDev: In LogCat Iam getting this error. 08-19 11:37:15.753: E/AndroidRuntime(7384): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.powermeterlogin/com.example.powermeterlogin.activity.MainActivity}: java.lang.NullPointerException – ram kumar Aug 19 '15 at 06:11
-
please post your code. – Vishal Makasana Aug 19 '15 at 06:15
-
There is no problem in code. The problem is in appcompat package – ram kumar Aug 19 '15 at 06:49