Skip to content Skip to sidebar Skip to footer

Googleappengine Backend Generation With Android Studio Fails Due To Maven Installation

I am trying to generate a Google cloud backend with Android studio. I have been following the basic google tutorial, however the error when I click the 'generate cloud backend' b

Solution 1:

Could you try the following:

  1. If you are able to do a mvn from command line, then maven is installed and is available in the PATH.
  2. Ensure that M2_HOME environment variable is indeed pointing to the root of your maven directory.
  3. In the Project Settings, go to Maven. Ensure that the Maven path is not overwriten and then the entry is empty with the instruction saying that M2_HOME will be used.
  4. Do restart your Android Studio, just in case you did these settings while it was open.

Post a Comment for "Googleappengine Backend Generation With Android Studio Fails Due To Maven Installation"