2016-02-05 4 views
0

У меня возникли проблемы, с которыми я получил Eclipse, который работал в Android Development, установил SDK и все такое, и я пытаюсь запустить APP, и он говорит, что в вашем коде все еще есть ошибки. Так я смотрю вниз и эти ошибки я получил:Android eclipse дает ошибки

[2016-02-04 15:47:07 - BibleSearch1] Found 2 versions of 
android-support-v4.jar in the dependency list, [2016-02-04 15:47:07 - 
BibleSearch1] but not all the versions are identical (check is based 
on SHA-1 only at this time). [2016-02-04 15:47:07 - BibleSearch1] All 
versions of the libraries must be the same at this time. [2016-02-04 
15:47:07 - BibleSearch1] Versions found are: [2016-02-04 15:47:07 - 
BibleSearch1] Path: 
C:\Users\shiyloh2\workspace\BibleSearch1\libs\android-support-v4.jar 
[2016-02-04 15:47:07 - BibleSearch1] Length: 1364299 [2016-02-04 
15:47:07 - BibleSearch1] SHA-1: 
b6c138ba72ce38beda559df33d369856854fd6f5 [2016-02-04 15:47:07 - 
BibleSearch1] Path: 
C:\Users\shiyloh2\workspace\appcompat_v7\libs\android-support-v4.jar 
[2016-02-04 15:47:07 - BibleSearch1] Length: 758727 [2016-02-04 
15:47:07 - BibleSearch1] SHA-1: 
efec67655f6db90757faa37201efcee2a9ec3507 [2016-02-04 15:47:07 - 
BibleSearch1] Jar mismatch! Fix your dependencies [2016-02-04 15:47:12 
BibleSearch1] ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing [2016-02-04 15:47:15 - 
BibleSearch1] Found 2 versions of android-support-v4.jar in the 
dependency list, [2016-02-04 15:47:15 - BibleSearch1] but not all the 
versions are identical (check is based on SHA-1 only at this time). 
[2016-02-04 15:47:15 - BibleSearch1] All versions of the libraries 
must be the same at this time. [2016-02-04 15:47:15 - BibleSearch1] 
Versions found are: [2016-02-04 15:47:15 - BibleSearch1] Path: 
C:\Users\shiyloh2\workspace\BibleSearch1\libs\android-support-v4.jar 
[2016-02-04 15:47:15 - BibleSearch1] Length: 1364299 [2016-02-04 
15:47:15 - BibleSearch1] SHA-1: 
b6c138ba72ce38beda559df33d369856854fd6f5 [2016-02-04 15:47:15 - 
BibleSearch1] Path: 
C:\Users\shiyloh2\workspace\appcompat_v7\libs\android-support-v4.jar 
[2016-02-04 15:47:15 - BibleSearch1] Length: 758727 [2016-02-04 
15:47:15 - BibleSearch1] SHA-1: 
efec67655f6db90757faa37201efcee2a9ec3507 [2016-02-04 15:47:15 - 
BibleSearch1] Jar mismatch! Fix your dependencies [2016-02-04 15:47:16 
BibleSearch1] ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing [2016-02-04 15:47:23 - 
BibleSearch1] ERROR: In <declare-styleable> MenuView, unable to find 
attribute android:preserveIconSpacing [2016-02-04 15:51:29 - 
BibleSearch1] ERROR: In <declare-styleable> MenuView, unable to find 
attribute android:preserveIconSpacing 

ответ

0

попробовать это: правой кнопкой мыши проект -> свойства-> Android, изменить уровень API.

ОШИБКА: В MenuView не удается найти XXX, как правило, из-за изменения API.

Смежные вопросы