I want to install Realm in android studio without internet access . I want to download a file like a jar file and add it to my project . Is it possible , how ?
Asked
Active
Viewed 295 times
0
-
Why aren't you using Gradle, do a gradle sync, then turn on gradle offline mode??? – EpicPandaForce Jul 07 '17 at 10:32
-
My android studio doesn't access internet . I should download possibly a file in another computer and move to that computer . – ofskyMohsen Jul 07 '17 at 10:34
-
You are posting on the internet right now – EpicPandaForce Jul 07 '17 at 10:46
-
My android studio is installed in another computer that doesn't access internet . – ofskyMohsen Jul 07 '17 at 10:57
1 Answers
0
You may download it from here https://bintray.com/realm/maven/realm-android-library/3.4.0#files/io%2Frealm%2Frealm-android-library%2F3.4.0

ThunderDragon
- 613
- 3
- 13
- 31
-
-
No, it's a .aar file. Here you may check how to add .aar file in Android Studio - https://stackoverflow.com/questions/29826717/how-to-import-a-aar-file-into-android-studio-1-1-0-and-use-it-in-my-code – ThunderDragon Jul 08 '17 at 05:44