摘要现今社会,由于人们生活压力较大,出现了各种缓解压力的方法,其中手机游戏是最为普遍的一种。手机游戏的制作的目的就是满足人们休闲的需要。在紧的工作之余,休闲类的小游戏能够给人很大程度的放松。“连连看”是一款非常流行的休闲类游戏,由于它规则简单、画面精致、操作方便,赢得了很多玩家的喜爱。本次毕业设计的目的就是在 Android 平台上实现简单的游戏开发,了解和掌握Android 操作系统。Android 平台基于 java 语言,在 eclipse 上的实现和测试。本文通过在 Android 平台上小游戏——“连连看”的开发实现了一般“连连看”游戏的基本功能,还附加提示、重新排列、重玩游戏、背景音乐的开关、音效的开关、关卡的选择等功能。关键词:游戏;Android;java;eclipse;连连看ABSTRACTIn modern society, due to the pressure of people's lives, a variety of relaxation techniques have rapidly emerged, in which the mobile game is the most common.The original purpose of the mobile phone game is to meet the needs of the people to relax .In a tight spare time, casual games can give a large degree of laxation .Lianliankan is a very popular casual game, and won a lot of players' love because of its simple rules, beautiful screen and easy operation. The purpose of this graduation project is a simple game on the Android platform development to understand and master the Android operating system .The Android platform is based on the java language, implementing and testing in eclipse.In this paper, a small game --Lianliankan development on the Android platform implements the basic functions of the general Lianliankan game. This game is also attached to the function of tips, rearrangement, replay, background music switch, audio switch and level selection.Key words:Game;Android;java;eclipse; Lianliankan目 录绪论11 开发概述11.1Android背景11.2 课题来源21.3 主要工作32Android开发环境32.1 Android开发环境32.2 Android开发环境搭建32.2.1 JDK的配置32.2.2 安装Ecl...