【10.2.3】ArcGIS Runtime for Android搭建开发环境过程中问题具体解释

一、Visual Studio Ultimate2012安装过程问题

1、问题描写叙述

安装完毕后,您将看到一条消息,指示安装程序已完毕。但并非全部的功能具有已正确安装。以及下面警告消息:

Microsoft Web Deploy 3.0
所需的证书不在有效期内依据当前系统时钟或签名文件里的时间戳验证时。

【10.2.3】ArcGIS Runtime for Android搭建开发环境过程中问题具体解释

2、解决方式

改动电脑系统时间为2013年7月,断网后又一次安装,成功后再联网。

Visual Studio Ultimate2012激活密钥:RBCXF-CVBGR-382MK-DFHJ4-C69G8

二、ArcGIS Runtime for Android安装过程问题

1、问题描写叙述

安装arcgis-android-sdk-v10.2.3时提示找不到jar文件(本地),Could not find jar:file……

【10.2.3】ArcGIS Runtime for Android搭建开发环境过程中问题具体解释

2、解决方式

解压arcgis-android-sdk-v10.2.3.zip,然后依照文件夹根文件夹下README.txt说明文件进行安装。

方法一:在线安装(略)

方法二:本地文件安装(推荐)

(1)Start Eclipse, then select Help > Install New Software
 
(2)Click Add, in the top right corner

(3)In the Add Repository dialog that appears, enter 'ArcGIS Android Local updatesite' for the Name and click on the Archive button.

(4)Navigate to the plugin jar file location in <arcgis-install-dir>/tools/eclipse-plugin/arcgis-android-eclipse-plugin.jar.

(5)In the Available Software dialog, select the checkbox next to 'ArcGIS for Android' and click Next.
In the next window, you'll see a list of tools to be downloaded.Click Next.

(6)Read and accept the license agreement, then click Finish.  

(7)When your installation completes, restart Eclipse.

【10.2.3】ArcGIS Runtime for Android搭建开发环境过程中问题具体解释

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvbGl5b25nbGlhbmcyMDEy/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast" />

以上谨代表个人意见。走过的路过的有疑问或是更好的解决方法,能够留言交流!

上一篇:深度优先搜索DFS和广度优先搜索BFS简单解析


下一篇:java攻城师之路(Android篇)--搭建开发环境、拨打电话、发送短信、布局例子