Android Studio issue when importing the project from windows to mac - android

I am trying to import my Android project from my pc with windows to my mac ( OSX ) and I get the following error when the project is gradlleing:
So, do you have any idea why is that? I can import projects from Mac to my Windows but when I do from my Windows to Mac I get this error....
Thank you for your time and help!

Open the file and check if you have something like this:
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
If not just add the above to the end of the file.

Related

Android Studio 3.5.2 - Marketplace plugins are not loading

Android Studio is allowed by Windows Firewall.
Tried to :
Turn Windows Firewall off
Try with a different ISP
Try installing the Flutter plugin locally
None of these work. Please help me.
What am I missing ?
after a 10hr search here are the steps to the solution:
Locate and open the idea.properties file in your Android/bin folder
Add idea.plugins.host=https://plugins.jetbrains.com to the file.
Save and close file
Relaunch Android Studio
Hope it helps!

Subversion Android studio on mac os

I must use subversion on Android studio for a project, and I've a mac.
But subversion on Android Studio doesn't work for me. I'm using RapidSVN
and when I want to import to Subversion there is an error
if somebody can help me and tell me what exactly he does to use it, because I've use SmartSVN,svnX,syncroSVN and it is the same error.
First of all use a Mac OS X version of your SVN client.
Install and try it from command line, according to your SVN client, then you can check if it works under Android Studio

Android studio import project window hangs

I am following this tutorial :
https://github.com/playgameservices/android-basic-samples#if-youre-using-android-studio
But whenever I do import project I get following window and it hangs.
How can I fix this ?
I encountered similar issue. Please check the system Environment Variable of your PC, the JAVA_HOME path should be set correctly according to Java installed in your PC; something like this in my PC "C:\Program Files\Java\jdk1.8.0_172"
This resolved the issue for me.
Cheers!
Herbs
you can go through the given link and u will get a correct direction on this. if u want to import an android studio project(not other IDE like eclipse..) , don't try to import just open it in android studio and Sync using gradle sync button. The link is only help to import other IDE project into android studio.
Import projects in android studio

How to settup android studio in ubuntu 12.04?

I downloaded android studio for ubuntu 12.04. but i don't know how to put JAVA_HOME and how to open studio for developing apps. please help me.
You can open your Android Studio by navigating to main-directory/bin through Terminal and then on the next line open studio.sh using the command ./studio.sh . For example if you installed Android Studio in Downloads, you have to write in Terminal cd Downloads/android-studio/bin and after confirming the second line should be ./studio.sh. I think in Android 0.8(beta) they still didn't fix that issue where you can't open your Studio through the icon.

Cannot import project created in windows eclipse to mountain lion eclipse

I try to import android project backed up from eclipse set up on windows 7 to mac mountain lion elipse but the project is disable as when the project already exist in the project explorer. However i have never imported this project before.
I used file then import then follow the usual project import method.
Someone run in the same issue ? Please help its a weird disadvantage as i have more than 7 projects to import.
Try to Crate another Workspace
Try to import your project folder by following this :
File>> New >> Project >> Android >> Android Project From Existing Code

Categories

Resources