I'm trying to install Amplify AWS to my existing Android app, but I keep running into this error...
Node.js is not installed. Visit https://nodejs.org/en/download/ to install it.
I'm following this doc : https://docs.amplify.aws/start/getting-started/setup/q/integration/android#add-amplify-to-your-application
I've try to install and re-install both of node.js version available on their website. I've try to clean and rebuild my project. Also try to update my Android Studio. Also try to be sure that node is on my $PATH.
I've follow every instruction I've found on Google : this one in here , also this one
That one on Github
Anyone have a idea what's next? :(