Cordova --> Android Targer : not installed

0

I'm trying to make an android app by Cordova. When i command Cordova requirements it errors by android target not installed

when i tried to build the app it says Android_Home variable is deprecated, Android_sdk_root (recommended setting)

android target not installed

Android_Home variable is deprecated

My question(s) here: 1) How can i solve android target however i've installed the latest android studio ?

2) Is the Android_Home (Deprecated) is a problem ?

Thanks for helping me in advance

AFF

Posted 2019-07-08T16:28:47.613

Reputation: 1

Answers

0

I've found the answer which is..

Please Install Android API 28-android

In this link i found all Api levels https://source.android.com/setup/start/build-numbers

API level 28-android is Pie Then i installed Pie SDK tools from SDK Manager and it runs well.

AFF

Posted 2019-07-08T16:28:47.613

Reputation: 1