cordova requirements error “Android target: not installed”
cordova requirements error “Android target: not installed”
Using cordova on WINDOWS 10 Im not able to build project. When I tried cordova requirements it shows me Android target: not installed. I tried all possible solutions over internet and SO, however, none worked for me. Probably this is related to the latest version of cordova v 8.0.0. I tried the following which did NOT work: 1. overwriting tools folder from cordova CLI in my C:UsersadminAppDataLocalAndroidSdk folder. 2. cordova platform remove android and then cordova platform add android7.0.0 3. Uninstalling and reinstalling all SDKs in Android Studio. 4. uses-sdk android:minSdkVersion16 android:targetSdkVersion26 5. Updated config.xml file with platform nameandroid preference nameandroid-minSdkVersion value16 preference nameandroid-targetSdkVersion value26 --other line code -- platform Installed all SDK from SDK manager in Android Studio from 16 to 27. Please suggest a solution to fix this issue.
Комментарии
Отправить комментарий