как
Мой корневой каталог : AndroidProjects:
Android-nRF-Toolbox-master
Android-DFU-Library-release
Сообщено об ошибке:
Ошибка: (24) Возникла проблема при оценке проекта ':app'.
Проект с путем ' ..:DFULibrary:dfu' не найден в проекте ':app'.
Код: Выделить всё
My build.gradle
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile project(':..:DFULibrary:dfu')
compile files('libs/achartengine-1.1.0.jar')
compile files('libs/nrf-logger-v2.0.jar')
}
settings.gradle
include ':app', '..:DFULibrary:dfu'
Подробнее здесь: https://stackoverflow.com/questions/299 ... ndroid-app
Мобильная версия