This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build...
up vote
2
down vote
favorite
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 recommend that you migrate to using the Gradle build system.
and I don't know how to use android studio
I did following steps.
- node.js and PhoneGap and android studio installation
- PhoneGap project creation
- add the Android platform to PhoneGap project and build android
- import the project into the studio (I have imported whole app not only android platform)
after this, I'm getting
Migrate Project to Gradle?
This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
More Information about migrating to Gradle
Don't show this message again.
How can I solve this? and how to run the project? and how to proceed further in android studio+Phonegap project
android cordova android-studio phonegap-build
add a comment |
up vote
2
down vote
favorite
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 recommend that you migrate to using the Gradle build system.
and I don't know how to use android studio
I did following steps.
- node.js and PhoneGap and android studio installation
- PhoneGap project creation
- add the Android platform to PhoneGap project and build android
- import the project into the studio (I have imported whole app not only android platform)
after this, I'm getting
Migrate Project to Gradle?
This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
More Information about migrating to Gradle
Don't show this message again.
How can I solve this? and how to run the project? and how to proceed further in android studio+Phonegap project
android cordova android-studio phonegap-build
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
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 recommend that you migrate to using the Gradle build system.
and I don't know how to use android studio
I did following steps.
- node.js and PhoneGap and android studio installation
- PhoneGap project creation
- add the Android platform to PhoneGap project and build android
- import the project into the studio (I have imported whole app not only android platform)
after this, I'm getting
Migrate Project to Gradle?
This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
More Information about migrating to Gradle
Don't show this message again.
How can I solve this? and how to run the project? and how to proceed further in android studio+Phonegap project
android cordova android-studio phonegap-build
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 recommend that you migrate to using the Gradle build system.
and I don't know how to use android studio
I did following steps.
- node.js and PhoneGap and android studio installation
- PhoneGap project creation
- add the Android platform to PhoneGap project and build android
- import the project into the studio (I have imported whole app not only android platform)
after this, I'm getting
Migrate Project to Gradle?
This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
More Information about migrating to Gradle
Don't show this message again.
How can I solve this? and how to run the project? and how to proceed further in android studio+Phonegap project
android cordova android-studio phonegap-build
android cordova android-studio phonegap-build
edited Mar 17 at 9:11
Ram Koti
1,86331927
1,86331927
asked Dec 4 '15 at 16:53
Deen
336823
336823
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01
add a comment |
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
@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
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
@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
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
add a comment |
up vote
0
down vote
@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
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
add a comment |
up vote
0
down vote
up vote
0
down vote
@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
@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
edited Mar 17 at 9:30
Ram Koti
1,86331927
1,86331927
answered Dec 5 '15 at 5:52
JesseMonroy650
4,6092829
4,6092829
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
add a comment |
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue?
– JesseMonroy650
Dec 8 '15 at 1:36
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
@Deen, does this solve your issue? am using cordova 6.4.0 and android studio 2.23 so any help?
– nishanth thulasi
Jan 20 '17 at 6:00
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f34093459%2fthis-project-does-not-use-the-gradle-build-system-we-recommend-that-you-migrate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Click on "More Information about migrating to Gradle". I think it will say something to the effect of using Eclipse to export to gradle first, before being able to import the Eclipse project to Android Studio. At least, that's what it used to say when Android Studio was still in Preview, the message may have changed since then.
– Stephan Branczyk
Dec 4 '15 at 17:08
Is it applicable for phonegap project? Why im asking this is, If i add platforms/android directory, I can able to run the project without doing anyhting. It have been running
– Deen
Dec 4 '15 at 17:12
A phone gap project is an android project. There is nothing magical going on with phone gap projects. A phone gap project is just an android project with a webview running inside of it.
– Stephan Branczyk
Dec 4 '15 at 17:35
How to add gradle to the project
– Deen
Dec 4 '15 at 18:03
Use Eclipse with the original project and export it to gradle from there. I forget what were the exact steps. You'll have to use google for that.
– Stephan Branczyk
Dec 4 '15 at 19:01