Open
Description
I do androidjs init and input app name and project type, (which only allows me to choose webview as project type)
In seuquence I do a androidjs build and it fails giving out the following message:
Invalid project type: undefined
I've looked into my package-json and it says:
"project-name": "webview",
"project-type": "webview,"
If I'm missing something trivial and natural please forgive me, I'm new to the enviroment