Checkout project from GitHub not working in Android Studio 3
See original GitHub issueSummary
Creating a new Android Studio 3 project from GitHub site doesn’t work
Library version
1.4.3
Preconditions
Android Studio 3.0.1
Steps to reproduce actual result
1. In the “Welcome to Android Studio” window, select “check out project from Version Control”, selecting GitHub
2. For the Git Repository URL, use “https://github.com/Polidea/RxAndroidBle.git” (Test button reports success)
3. Click “Clone” and select “Yes” to creating a studio project
4. In the “Import Project” window, leave “Import project from external model” selected, and leave the first “Gradle” selected in the window (there are 2 identical listings for “Gradle”)
5. Click “Next”, and in the next window, leave the recommended “Use default Gradle wrapper” selected; click “Finish”
6. Android Studio starts creating a project
Minimum code snippet reproducing the issue
N/A
Logs from the application running with setting RxBleLog.setLogLevel(RxBleLog.VERBOSE)
N/A
Actual result
A message window appears: “The modules below are not imported from Gradle anymore. Check those to be removed from the ide project too:” (only RxAndroidBle is shown, with its box checked)
Expected result
A working project is created.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:8 (1 by maintainers)
Top GitHub Comments
After updating Studio from 2.x to 3.0.1 I got it working by updating Gradle version manually in: File > Project Structure > Project Gradle version: 4.3 Android plugin version: 3.0.1
I did not get the error about module import but I hope this helps
@irshadbabar Maybe he didn’t install OS on his PC?