Re: Use default gradle wrapper on Import Project in Android Studio

2015-01-13 Thread Andy G
> > I had the same problem. In v1.0.1 I got to this option thru a slightly > different workflow. > > After using VCS to clone a repo from Github I was prompted if I wanted to > open the project. I selected "Yes," and then I got the Import dialog > window. I simply accepted the defaults and

Re: Use default gradle wrapper on Import Project in Android Studio

2015-01-13 Thread Andy G
Same problem. This worked for me. Definitely not an ideal workflow. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+unsubscr...@googlegroups.com. For more

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-16 Thread Alex Lipov
Look at the *Gradle project* path. It points on root_dir/gradle directory (i.e. /src/my-project/gradle). As a temporary fix, just delete the gradle string from the path, so *Gradle project* property will point on root of your project (i.e. /src/my-project). Once you delete it, you'll be able to s

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-16 Thread Alex Lipov
Look at the *Gradle project* path. It points on root_dir/gradle directory (i.e. /src/my-project/gradle). As a temporary fix, just delete the gradle from the path, so *Gradle project* property will point on root of your project. Once you delete it, you'll be able to select *Use default gradle wrap

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-15 Thread Chen Wei Hsu
I have the exactly same issue, and I just download the latest Android Studio today. This is obviously a serious problem. I have to use "Import Non-Android Studio project" even though the iosched already have gradle files. This is a really bad experience for a new user to Android Studio. Please

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-10 Thread jdONeill gMail
Thanks Alex:  That is what I ended up doing and it does unblock us, thanks for confirming.  cheers -- dan On 12/10/14, 10:10 AM, 'Alex Ruiz' via adt-dev wrote: Dan, please try "Import Non-Android Studio project" instead. We ha

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-10 Thread 'Alex Ruiz' via adt-dev
Dan, please try "Import Non-Android Studio project" instead. We have found a few issues with the "Open" options. Please let us know if that unblocks you. Thanks, -Alex On Wed, Dec 10, 2014 at 10:54 AM, jdONeill gMail wrote: > Does anybody have any idea why this option would be greyed out? It

Re: Use default gradle wrapper on Import Project in Android Studio

2014-12-10 Thread jdONeill gMail
Does anybody have any idea why this option would be greyed out?  It is really effecting users ability to open projects when gradle is not installed.  I have ensured the gradle wrapper is up to date.  The project will open in Android Studio if I choose 'Import Non-Android

Use default gradle wrapper on Import Project in Android Studio

2014-12-09 Thread Dan O'Neill
I am not commiting any of my projects *.iml files or .idea folder to source repository as my expectation is that gradle generates IDEA project configuration files. When opening an existing Android Studio project I get the 'Import Project from Gradle' dialog. At this point the 'Use default gr