Port from Windows to MAC using Android Studio

Answered
0
7 comments

Your question is not clear. Please elaborate.

0
Avatar
Permanently deleted user

Sorry I had a long description but the forum software is not saving it.

 

0
Avatar
Permanently deleted user

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!

0

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.

0
Avatar
Permanently deleted user

Thanks Serge I will give it a try!

0
Avatar
Permanently deleted user

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!

0

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.

0

Please sign in to leave a comment.