Skip to content Skip to sidebar Skip to footer

This Project Does Not Use The Gradle Build System. We Recommend That You Migrate To Using The Gradle Build System

I am new to the android studio I have importing PhoneGap project into the android studio. Here I am getting this error This project does not use the Gradle build system. We recomme

Solution 1:

@Deen, according to this blog post - Android Builds Now Using Gradle By Default (2015-09-28), Gradle is the default. See UPDATE

However, in the last hour (it's 10:45 pm on 2015-12-04 in El Paso, Texas) I found out this may not be the case.

I have made an inquiry to the Nitobi Forum, PhoneGap Build's "official forum".See: Is Gradle the default build?

In the meantime you should be able to force gradle with:

<preference name="android-build-tool" value="gradle" />

The documentation confirms as much. See: Configuring->Preferences->Android Only

NOTE:PhoneGap Build is a cloud service to build Apps. It does not run in an IDE. PhoneGap Build is self-contained. See the Stack-overflow tag for more.

UPDATE: 2015-12-05T22:19:32 The response from other Volunteers on Nitobi indicate that PhoneGap removes the "default Gradle" within 24 hours of the announcement.

Best of Luck

Post a Comment for "This Project Does Not Use The Gradle Build System. We Recommend That You Migrate To Using The Gradle Build System"