GithubHelp home page GithubHelp logo

jianmian's Introduction

这里是见面的开放源代码项目。


1. 软件环境:

1.1  需要安装好Android SDK环境,参见:
http://developer.android.com/sdk/index.html

1.2  安装好apache ant,参见:
http://ant.apache.org


2. 使用方法:

2.1  从github获得源码到本机;
在当前目录下面生成jianmian的目录

2.2  在当前目录下建立keystore目录;
$ mkdir keystore

2.3  拷贝你的key文件到keystore;
$ cp xx.xx keystore/.keystore

2.4  进入jianmian的源程序目录,执行编译;
  $ cd jianmian
  $ ant clean release
  
2.5  在bin下面可以发现JianMian-release.apk;


3. 目录说明:

/jianmian	项目根目录

assets	HTML5源代码目录
assets/www	见面前端代码
assets/www/css	CSS3文件
assets/www/img	图像文件
assets/www/js	  JS代码
libs	Julia 库
proguard	优化文件
res	资源文件
src Java源代码目录(无文件,见面项目全部用HTML5代码完成)



4. 修改方法:

4.1 设置你的项目签名,修改 ant.properties ;

4.2 设置你的Android SDK文件路径,修改 local.properties ;

4.3 如需修改生成的apk名称,编辑 build.xml 里面 project name 字段;

4.4 如需修改版本号,编辑 AndroidManifest.xml 里面 android:versionCode、android:versionName 字段;

4.5 不同的应用需要修改 package name,编辑 AndroidManifest.xml 里面 package 字段。


CopyRight Miankong.cc 2011


jianmian's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.