{"id":66141,"date":"2015-01-15T20:06:11","date_gmt":"2015-01-15T20:06:11","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/products\/product\/uncategorized\/the-state-of-eclipse-with-arcgis-android-v10-2-5\/"},"modified":"2018-03-07T00:16:53","modified_gmt":"2018-03-07T00:16:53","slug":"the-state-of-eclipse-with-arcgis-android-v10-2-5","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5","title":{"rendered":"The State of Eclipse with ArcGIS Android v10.2.5"},"author":3721,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23261],"tags":[23441,23451,23471],"industry":[],"product":[36881,36601],"class_list":["post-66141","blog","type-blog","status-publish","format-standard","hentry","category-field-mobility","tag-android","tag-arcgis-runtime","tag-java","product-api-for-android","product-developers"],"acf":{"short_description":"The recent release of ArcGIS Runtime SDK for Android v10.2.5 is intended to be used with\u00a0Android Studio as the official IDE for Android ...","flexible_content":[{"acf_fc_layout":"content","content":"<p>The recent release of ArcGIS Runtime SDK for Android v10.2.5 is intended to be used with\u00a0<a href=\"http:\/\/developer.android.com\/tools\/studio\/index.html\" target=\"_blank\">Android Studio<\/a> as the official IDE for Android development using the Gradle-based build system. The 10.2.5 release of the Android SDK is mostly for users who want to use the official Android Development IDE.\u00a0 There were only minor changes to the API with 10.2.5, please refer to the <a href=\"https:\/\/developers.arcgis.com\/android\/guide\/release-notes.htm\" target=\"_blank\">release notes<\/a> to see if they affect your ArcGIS Android app workflows.\u00a0 If you have been using Eclipse with ADT and the ArcGIS Android Eclipse plugin, be aware that Android Studio is the official IDE for Android, so you should migrate to Android Studio as soon as you can.\u00a0 For help moving projects see our <a href=\"http:\/\/blogs.esri.com\/esri\/arcgis\/2014\/12\/19\/migrating-to-android-studio\/\" target=\"_blank\">Migrating to Android Studio<\/a> post.\u00a0 If migrating to Android Studio is not an option in the short term, you can continue to use the ArcGIS Android Eclipse plugin with ArcGIS Android 10.2.4, but we advise that you begin to think about a migration strategy as we will not be supporting the Eclipse plugin with 10.2.5 or later versions of the SDK.\u00a0 We will continue to support alternative IDE&#8217;s, e.g. Eclipse &amp; IntelliJ IDEA, through manual project setup.<\/p>\n<h2>Using Eclipse with ArcGIS Android v10.2.5<!--more--><\/h2>\n<p>You will need to <a href=\"https:\/\/developers.arcgis.com\/android\/\" target=\"_blank\">download<\/a> the Android SDK in order to manually set up projects in Eclipse.\u00a0 Eclipse development in Android requires the <a href=\"http:\/\/developer.android.com\/tools\/sdk\/eclipse-adt.html\" target=\"_blank\">ADT plugin<\/a>.\u00a0 You will need to uninstall any previous versions of the ArcGIS Eclipse plugin as detailed below:<\/p>\n<h3>Uninstall previous versions of ArcGIS Android Eclipse plugin<\/h3>\n<ol>\n<li>Select <strong>Help &gt; Installation Details<\/strong><\/li>\n<li>Select\u00a0<strong>ArcGIS for Android Core<\/strong> and <strong>ArcGIS for Android Doc and Samples<\/strong> and click <strong>Uninstall&#8230;<\/strong><\/li>\n<\/ol>\n<p><strong>NOTE:<\/strong> In older versions you might need to run <strong>Help &gt; About Eclipse &gt; Installation Details<\/strong> or <strong>Help &gt; Software Updates &gt; Manage Configuration<\/strong><\/p>\n<p>Now that you have a clean Eclipse with ADT developer environment you can follow the instructions below:<\/p>\n<h3>Create an Android Application Project<\/h3>\n<p>Use the <strong>New Project<\/strong> wizard to create a new Android project:<\/p>\n<ol>\n<li>Select <strong>File &gt; New Project<\/strong> from the Eclipse toolbar<\/li>\n<li>Select <strong>Android &gt; Android Application Project<\/strong> and click <strong>Next<\/strong><\/li>\n<li>Fill out the application and project names and ensure that the\u00a0<strong>Minimum Required SDK<\/strong> is set to API 15 or higher and click <strong>Next<\/strong><\/li>\n<li>Accept the defaults on the next four dialogs and click\u00a0<strong>Finish<\/strong><\/li>\n<\/ol>\n<h3>Add ArcGIS Android libs<\/h3>\n<p>Copy the contents from your local SDK download <strong>libs\/<\/strong> folder to your new project <strong>libs\/<\/strong> folder.<\/p>\n<h3>Update the Android Manifest<\/h3>\n<p>Open your Android Manifest file by double clicking on the <em>AndroidManifest.xml<\/em> file in your project directory.\u00a0 Add the following elements to your projects manifest under <em>&lt;uses-sdk&gt;<\/em> and above the <em>&lt;application&gt;<\/em> element:<\/p>\n<p>[sourcecode language=&#8221;xml&#8221;]<br \/>\n&lt;uses-permission android_name=&quot;android.permission.INTERNET&quot; \/&gt;<\/p>\n<p>&lt;uses-permission android_name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot; \/&gt;<br \/>\n&lt;uses-permission android_name=&quot;android.permission.ACCESS_FINE_LOCATION&quot; \/&gt;<br \/>\n&lt;uses-feature<br \/>\nandroid_glEsVersion=&quot;0x00020000&quot;<br \/>\nandroid_required=&quot;true&quot; \/&gt;<br \/>\n[\/sourcecode]<\/p>\n<p><strong>NOTE:<\/strong> You should add the appropriate <em>&lt;use-permission&gt;<\/em> that your application requires.\u00a0 You do not need to add <strong>ACCESS_FINE_LOCATION<\/strong> if your app is not using location sources such as GPS, or <strong>WRITE_EXTERNAL_STORAGE<\/strong> if your app is not reading or writing files from extenal storage.<\/p>\n<p>Now you are ready to start programming with the ArcGIS Android API.\u00a0 Please refer to our <a href=\"https:\/\/developers.arcgis.com\/android\/guide\/developer-ides.htm\" target=\"_blank\">Developer IDEs<\/a> document for more information about Eclipse and other IDEs.<\/p>\n<p>We understand many may want to continue to use Eclipse in the near term, but we strongly encourage you to consider migrating to Android Studio as Google is definitive about the future of Android development in Android Studio.\u00a0 You can always use alternative IDE\u2019s, e.g. Eclipse\/IntelliJ IDEA, but until another IDE supports the Gradle Android based project structure, Android Studio will be the recommended IDE from Google and Esri.<\/p>\n"}],"authors":[{"ID":3721,"user_firstname":"Dan","user_lastname":"O'Neill","nickname":"dano","user_nicename":"dano","display_name":"Dan O'Neill","user_email":"doneill@esri.com","user_url":"","user_registered":"2018-03-02 00:15:19","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The State of Eclipse with ArcGIS Android v10.2.5<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The State of Eclipse with ArcGIS Android v10.2.5\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-07T00:16:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\"},\"author\":{\"name\":\"Dan O'Neill\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/8931d16ca5a71c952f73e7efe9133bb6\"},\"headline\":\"The State of Eclipse with ArcGIS Android v10.2.5\",\"datePublished\":\"2015-01-15T20:06:11+00:00\",\"dateModified\":\"2018-03-07T00:16:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\"},\"wordCount\":8,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Android\",\"ArcGIS Runtime\",\"Java\"],\"articleSection\":[\"Field Operations\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\",\"name\":\"The State of Eclipse with ArcGIS Android v10.2.5\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2015-01-15T20:06:11+00:00\",\"dateModified\":\"2018-03-07T00:16:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The State of Eclipse with ArcGIS Android v10.2.5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/8931d16ca5a71c952f73e7efe9133bb6\",\"name\":\"Dan O'Neill\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=96&d=blank&r=g\",\"caption\":\"Dan O'Neill\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The State of Eclipse with ArcGIS Android v10.2.5","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5","og_locale":"en_US","og_type":"article","og_title":"The State of Eclipse with ArcGIS Android v10.2.5","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-03-07T00:16:53+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5"},"author":{"name":"Dan O'Neill","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/8931d16ca5a71c952f73e7efe9133bb6"},"headline":"The State of Eclipse with ArcGIS Android v10.2.5","datePublished":"2015-01-15T20:06:11+00:00","dateModified":"2018-03-07T00:16:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5"},"wordCount":8,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Android","ArcGIS Runtime","Java"],"articleSection":["Field Operations"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5","name":"The State of Eclipse with ArcGIS Android v10.2.5","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2015-01-15T20:06:11+00:00","dateModified":"2018-03-07T00:16:53+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/the-state-of-eclipse-with-arcgis-android-v10-2-5#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"The State of Eclipse with ArcGIS Android v10.2.5"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/8931d16ca5a71c952f73e7efe9133bb6","name":"Dan O'Neill","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ec0134b4386a3b69a9d51a5bca99dc765578aa8fb1c3817b176f1d7d64ef3b1c?s=96&d=blank&r=g","caption":"Dan O'Neill"},"url":""}]}},"text_date":"January 15, 2015","author_name":"Dan O'Neill","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Runtime SDK for Android","tag_data":[{"term_id":23441,"name":"Android","slug":"android","term_group":0,"term_taxonomy_id":23441,"taxonomy":"post_tag","description":"","parent":0,"count":85,"filter":"raw"},{"term_id":23451,"name":"ArcGIS Runtime","slug":"arcgis-runtime","term_group":0,"term_taxonomy_id":23451,"taxonomy":"post_tag","description":"","parent":0,"count":91,"filter":"raw"},{"term_id":23471,"name":"Java","slug":"java","term_group":0,"term_taxonomy_id":23471,"taxonomy":"post_tag","description":"","parent":0,"count":19,"filter":"raw"}],"category_data":[{"term_id":23261,"name":"Field Operations","slug":"field-mobility","term_group":0,"term_taxonomy_id":23261,"taxonomy":"category","description":"","parent":0,"count":616,"filter":"raw"}],"product_data":[{"term_id":36881,"name":"ArcGIS Runtime SDK for Android","slug":"api-for-android","term_group":0,"term_taxonomy_id":36881,"taxonomy":"product","description":"","parent":36601,"count":65,"filter":"raw"},{"term_id":36601,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":36601,"taxonomy":"product","description":"","parent":0,"count":761,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=api-for-android","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/66141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/3721"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=66141"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/66141\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=66141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=66141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=66141"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=66141"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=66141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}