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.




  1. node.js and PhoneGap and android studio installation

  2. PhoneGap project creation

  3. add the Android platform to PhoneGap project and build android

  4. 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










share|improve this question
























  • 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















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.




  1. node.js and PhoneGap and android studio installation

  2. PhoneGap project creation

  3. add the Android platform to PhoneGap project and build android

  4. 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










share|improve this question
























  • 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













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.




  1. node.js and PhoneGap and android studio installation

  2. PhoneGap project creation

  3. add the Android platform to PhoneGap project and build android

  4. 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










share|improve this question















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.




  1. node.js and PhoneGap and android studio installation

  2. PhoneGap project creation

  3. add the Android platform to PhoneGap project and build android

  4. 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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












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






share|improve this answer























  • @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











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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

























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






share|improve this answer























  • @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















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






share|improve this answer























  • @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













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






share|improve this answer














@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







share|improve this answer














share|improve this answer



share|improve this answer








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


















  • @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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

To store a contact into the json file from server.js file using a class in NodeJS

Redirect URL with Chrome Remote Debugging Android Devices

Dieringhausen