|
POST
|
I suspect the issue is with the Webmap. Can you share a valid Webmap to test? The Bing Maps sample was deprecated and removed from the SDK. What version of the SDK are you using?
... View more
09-15-2014
01:45 PM
|
0
|
0
|
946
|
|
POST
|
You should provide the icon (graphic) in multiple sizes to support different densities. See the design guideline for reference > Iconography | Android Developers
... View more
09-15-2014
12:09 PM
|
0
|
0
|
878
|
|
POST
|
If you have sub-types in your feature service you get them in the runtime geodatabase at the feature table level. Use GeodatabaseFeatureTable.getFeatureType() to return the types available. Then you can Geodatabase.createFeatureWithType() to create new features of that type. See API Ref here > GeodatabaseFeatureTable | ArcGIS Android 10.2.3 API .
... View more
09-15-2014
12:01 PM
|
1
|
1
|
830
|
|
POST
|
I am looking to see if I can reproduce, in the mean time can you send me the exact code snippet you are using? Where are you setting the code snippet in the sample?
... View more
09-02-2014
10:54 AM
|
0
|
1
|
910
|
|
POST
|
Have a look at the following SDK sample. You can import it into Eclipse using the SDK Plugin.
... View more
08-28-2014
01:35 PM
|
0
|
0
|
377
|
|
POST
|
As in the post your reference, most likely your project is not set up correctly as the class in the jar is dependent on native libs being present. Try the following: First confirm your project is an ArcGIS Android Project > Right Click your project and choose ArcGIS Tools > If Convert to ArcGIS Android Project is enabled select that tool to ensure your project has all dependent libraries. > if Convert to ArcGIS Android Project is not enabled (greyed out), then select Fix Project Properties to ensure your project has all dependent libraries.
... View more
08-28-2014
01:16 PM
|
0
|
3
|
910
|
|
POST
|
I cannot open your jars.jpg to confirm but most likely your project is not set up correctly as the class in the jar is dependent on native libs being present. Try the following: First confirm your project is an ArcGIS Android Project > Right Click your project and choose ArcGIS Tools > If Convert to ArcGIS Android Project is enabled select that tool to ensure your project has all dependent libraries. > if Convert to ArcGIS Android Project is not enabled (greyed out), then select Fix Project Properties to ensure your project has all dependent libraries. Please try and re-share your project structure if you continue to have issues.
... View more
08-28-2014
01:15 PM
|
0
|
0
|
1343
|
|
POST
|
We don't support those endpoints in the API so you have to honor the REST API and parse the JSON. Secured service endpoints will require you to authenticate on the URL request not with UserCredentials. URL will be in the form of: http://myserver/ArcGIS/rest/services/folder/service/MapServer?token=mytoken./legend You can find an example of creating a Legend in the Android API here.
... View more
08-28-2014
11:13 AM
|
1
|
1
|
1928
|
|
POST
|
What are you trying to do? Android developers have to use symbology definitions to build a legend as you cannot use the endpoint you have referenced. If you are trying to parse json outside of the Android API you have to follow the REST API security model, which means you need a token to make the request through a URL in an AsyncTask. You can authenticate with an Android FeatureLayer, get the token out for your user credential and append to your legend request. Is that what you are trying to do? I can share sample code on how to create a Legend if that is what you are trying to do.
... View more
08-22-2014
09:23 AM
|
0
|
3
|
1928
|
|
POST
|
Yes, you can use the current v10.2.3 release to build offline map apps for android devices 2.3.3+ (Android API 10+). Be aware though that this will be the last release of the Android SDK to support Android API 10+ as the next release, v.10.2.4, will support Android API 14+. References to get started: Create an Offline Map Create a Local Runtime Geodatabase Local Tile Layer
... View more
08-19-2014
01:05 PM
|
0
|
0
|
420
|
|
POST
|
EMULATOR.txt file is located in the local SDK download under [arcgis-android-install-dir]/tools/EMULATOR.txt.
... View more
08-19-2014
12:58 PM
|
0
|
0
|
2047
|
|
POST
|
You can connect to Feature Layers outside of AsyncTask by passing the credentials with the ArcGISFeatureLayer constructor. You can set the credentials in the AsyncTask.doInBackground() method for background tasks that require user credentials, e.g. query a secured feature layer. You can refer to the Secured Feature Layer SDK sample to see examples of both patterns.
... View more
08-19-2014
12:41 PM
|
0
|
5
|
1928
|
|
POST
|
Information is limited so my only suggestion is to uninstall the plugin and try re-installing. Please detail the steps you took to install once you have a clean uninstall if you continue to have issues.
... View more
05-05-2014
04:29 PM
|
0
|
0
|
682
|
|
POST
|
We are sorting out a way to include prior release notes. Until then you can view release notes in from our blog announcements. 10.1.1 10.2 10.2.2
... View more
04-30-2014
04:42 PM
|
0
|
0
|
358
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2014 11:13 AM | |
| 1 | 04-29-2015 06:36 PM | |
| 1 | 09-15-2014 12:01 PM | |
| 1 | 06-02-2017 04:43 PM | |
| 1 | 01-21-2015 07:00 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|