// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "ru.konotest.maptest1"
minSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
repositories {
maven {
url "maven.google.com"
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
// Основная библиотека MapKit.
compile 'com.yandex.android:mapkit:3.1.2'
// Дополнительные модули MapKit.
// Удалите зависимости если ваше приложение не использует их.
compile 'com.yandex.android:directions:3.1.2'
compile 'com.yandex.android:places:3.1.2'
compile 'com.yandex.android:search:3.1.2'
compile 'com.yandex.android:transport:3.1.2'
}
curl -l localhost:9200/_aliases?pretty
{
".kibana" : {
"aliases" : { }
},
"filebeat-2018.10.19" : {
"aliases" : { }
}
}
C:\Windows\system32>pnputil /export-driver * c:\backup
Служебная программа PnP Майкрософт
Использование:
------
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <имя INF-файла>
Примеры:
pnputil.exe -a a:\usbcam\USBCAM.INF -> Добавляет пакет, указанный USBCAM.INF
pnputil.exe -a c:\drivers\*.inf -> Добавляет все пакеты в c:\drivers\
pnputil.exe -i -a a:\usbcam\USBCAM.INF -> Установка пакета драйверов
pnputil.exe -e -> Перечисляет все сторонние пакеты
pnputil.exe -d oem0.inf -> Удаляет пакет oem0.inf
pnputil.exe -f -d oem0.inf -> Принуждает удалить пакет oem0.inf
pnputil.exe -? -> Выводит эту справку
Если руками набирать
- то автокомплит предложит "MapView (com.yandex.mapkit.mapview) - и всё хорошо. Если же скопипастить строчку - будет ругаться при компиляции, что нет такого класса MapView. Как-то так.