I ran into this problem and turned it off only in order to understand that the assembly is not performed for other errors in the code / configuration. the process you performed skips the part where the Android platform is added.
corodova platforms add android
in the steps above, you created a project that went to the project directory, and then started the assembly, in which the phone space checked the installed sdks, checked ANDROID_HOME and tried to configure the project for Android.
you can run it in the correct order:
- create project
- go to the project directory
- add platform
- build / run.
Hope this helps
Sumeet basak
source share