move from eclipse to android studio

1406
1
12-31-2016 07:35 AM
MohsenJalali
New Contributor

i moved from eclipse to android studio and import my project to android studio but got this error :

Error:(59, 28) error: package com.esri.android.map does not exist

.

.

.

Error:(66, 30) error: package com.esri.core.geometry does not exist

.

.

.

i use arcgis-android-sdk-v10.2 

Like (0) Comment Share
0 Kudos
1 Reply
EricBader
Occasional Contributor III

Hi Mohsen,

Have you read this blog post? It might be a good place to start.

Migrating to Android Studio | ArcGIS Blog 

Android Studio uses the gradle dependency management framework to get dependent libraries required by your project. This is quite different from how you referenced your arcgis jars from within Eclipse.

I hope this is helpful. Let us know.

0 Kudos