2015-04-15 2 views
0

Я получаю следующую ошибку при попытке использовать Google Maps api с помощью googleplayservices в android. Я добавил библиотеку сервисов Google Play в качестве проекта зависимостей и объявил его также в манифесте android.Личные библиотеки Android не допускают изменений в исходном приложении

Пожалуйста, помогите мне, я не могу продолжить, и я сделал все возможное решение, которое я нашел в процессе потока, чтобы решить эту ошибку.

Ошибка: enter image description here

ответ

0

Официального решение

Allow src/doc attachement for 3rd party jars in libs/

Since those jars are added dynamically through a classpath container, the devs cannot set the source path and the javadoc through Eclipse UI (container don't allow editing those). To fix this, and to make sure that both paths are picked up not only by the current project, but also by other projects (if the current project is a library project), the value is set by a file sitting next to the jar file. The file is name after the jar file, adding .properties at the end. For instance foo.jar -> foo.jar.properties It can currently contain 2 properties: src: relative or absolute path to the source folder (or archive). doc: relative or absolute path to the javadoc.

Проверить следующий вопрос для более подробной информации The Jar of this class file belongs to container 'Android Dependencies' which does not allow modifications to source attachments on its entries

+0

Благодаря @Ameer, но я получаю эту ошибку при добавлении Google-Play-услуги. В службах google play нет javadoc, поэтому я не могу добавить их в файл pathpath. Пожалуйста, помогите мне перенести эту ошибку. Я пробовал каждый ответ в потоке задач, но ничего не работало. –

+0

обновите свою библиотеку googleplayservices от менеджера Android SDK – Ameer

+0

У меня есть обновленная версия 23 @Ameer –