I have an older cordova project that I am updating. As a part of this process, I removed the android platform and readded it.
Now when I try to build the project I g
The problem was that my gradle version was 2.1 where Cordova wanted 3.2. Updating Android Studio (It was at 2.1) and making sure the environment variables are upto date was the main trick to get it to work again.