Port from Windows to MAC using Android Studio
Answered
Please sign in to leave a comment.
Your question is not clear. Please elaborate.
Sorry I had a long description but the forum software is not saving it.
Ok,
If I have an Android Studio project I wrote and compiled under Windows client and I copy the project folder to a Mac where I have Android Studio will it compile considering the settings from the windows android? I have java jogl es code and C code.
Thanks!
Yes, you should be able to build the same project on any OS where you have Android Studio and Android SDK. In the Gradle local properties file you will need to adjust the paths to the Android SDK and the NDK directories.
Thanks Serge I will give it a try!
Hi Serge,
I installed Android Studio 3.6 beta 5 and created a simple project. But when I tried run it Android Studio said it could not find my iPad Mini which I had plugged into my Mac. Is Android Studio on the Mac supposed to find my iPad Mini and download the app and run it there? Or is Android Studio only for Android devices? To run an android app on iOS that means java has to be installed on an iPhone or in my case a iPad Mini.
Thanks!
Or is Android Studio only for Android devices?
Yes.
To run an android app on iOS that means java has to be installed on an iPhone or in my case a iPad Mini.
You can't run Android apps on iOS.