qd-changjing/public/leaflet/libs/iclient8c/resource/Android/help/projectdirectory.html

79 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>SuperMap iClient for Javascript Android App</title>
<link href='./css/style.css' rel='stylesheet' />
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<div id='container' class='container'>
<div class='page-header'>
<h1>工程目录介绍</h1>
<hr/>
<p>
通过使用<a href="projectbuilder.html" target="new">Project Builder</a>,你会得到工程文件(如下图所示),下面我们来详细介绍安卓工程中各个文件的作用:
</p>
<div class="pageImage"><img src="images/projectdirectory1.png"></div>
<p><strong>1.assets\www\...</strong></p>
<p>
该目录下放置的是网页文件包括iClient JavaScript类库示例以及其他相关文件。
</p>
<p>
js\cordova-2.7.0.jsphonegap框架的js库。
</p>
<p>
js\LocationControl.js定位控件。
</p>
<p>
js\ShotScreenControl.js截屏控件。
</p>
<p>
libs\...iClient JavaScript类库。
</p>
<p>
theme\...iClient JavaScript主题样式文件。
</p>
<p>
helloword.html简单地图范例。
</p>
<p>
location.html定位范例。
</p>
<p>
mbtiles.htmlmbtiles离线地图范例。
</p>
<p>
shotscreen.html截屏范例。
</p>
</br>
<p><strong>2.libs\...</strong></p>
<p>
框架以及插件使用的相关jar包。
</p>
<p><strong>3.res\...</strong></p>
<p>
phonegap的配置文件和资源文件。
</p>
<p>
xml\config.xmlphonegap的配置文件。
</p>
<p><strong>4.src\...</strong></p>
<p>
该安卓工程的入口java文件。
</p>
<p><strong>5.AndroidManifest.xml</strong></p>
<p>
该安卓工程的配置文件。
</p>
</div>
<div class='footer'>
<p>版权所有&nbsp;&copy; 1997-2015. &nbsp;北京超图软件股份有限公司</p>
</div>
</div>
<script src='./js/jquery.js'></script>
<script src='./js/bootstrap.js'></script>
</body>
</html>