摘要计算机网络通信技术和Internet的飞速发展,基于因特网的手机移动应用已经开始成为一种全新的功能需求,并且越来越受到人们的关注。由于移动应用具有简单性,随时随地性等诸多特点,因此它有着传统计算机所无法比拟的优点。这样一来,手机移动应用的开发工作就显得尤为重要,开发出一个导航软件就更有必要了。本文依据设计实现出的以SQLite数据库为例的导航,做了全面系统的介绍。全文共五章,按照前期的开发顺序,从系统分析与研究开始,逐一对开发过程做了全面的介绍。关键字:移动;安卓;导航;百度地图AbstractTherapiddevelopmentofcomputernetworkcommunicationtechnologyandInternet,mobileapplicationbasedonInternethasstartedtobecomeanewfunctionalrequirements,andmoreandmoregettheattentionofpeople.Becausethemobileapplicationshassimplicity,sexanytimeandanywhere,andmanyotherfeatures,soithastheadvantagesoftraditionalcomputer.Asaresult,thedevelopmentofthemobileapplicationisparticularlyimportant,developanavigationsoftwareismorenecessary.Inthispaper,accordingtothedesigntorealizethenavigationinSQLitedatabase,forexample,doacomprehensivesystemisintroduced.Fulltextaltogetherfivechapters,accordingtotheprophasedevelopmentorder,startingfromthesystemanalysisandresearch,onebyone,madeacomprehensiveintroductionofthedevelopmentprocessKeyword:Mobile;Android;Navigation;Baidumap目录1绪论.............................................................................................................................41.1国内外开发背景...............................................................................................41.2项目开发目的和意义.......................................................................................51.3论文的组织形式...............................................................................................71.4本章小结...........................................................................................................72开发环境介绍.............................................................................................................82.1Android系统的架构.........................................................................................82.1.2应用程序框架.........................................................................................82.1.3系统运行库.............................................................................................92.1.4Linux内核............................................................................................102.2安全权限机制.................................................................................................102.3Android平台的搭建.......................................................................................102.3.1JDK的安装...........................................................................................102.3.2Eclipse安装..........................................................................................112.3.3AndroidSDK的安装............................................................................112.3.4ADT的安装..........................................................................................112.3.5创建AVD..............................................................................................122.4JAVA简介.......................................................................................................133需求分析.......................................................................