?
有用的链接(有些需要Android NDK)
?
一、游戏库、开发库
?
1.?ONScripter on Anroid のページ
http://onscripter.sourceforge.jp/android/android.html
(注:提供的SDK包的源码不全,需要加上原来ONScripter的源码才行
——属于jni/application/Android.mk
http://onscripter.sourceforge.jp/onscripter.html
)
http://code.google.com/p/onscripter/
?
2. OpenCV-Android
http://opencv.willowgarage.com/wiki/Android
https://github.com/billmccord/OpenCV-Android
http://www.stanford.edu/~zxwang/android_opencv.html
OpenCV(网站)
http://www.opencv.org.cn/index.php/%E9%A6%96%E9%A1%B5
?
3. SDL?port for?Android?
http://www.anddev.org/sdl_port_for_android_sdk-ndk_16-t9218.html
https://github.com/pelya/commandergenius
http://gitorious.org/0xdroid/external_libsdl-12
http://libsdl-android.sourceforge.net/
SFML
http://www.sfml-dev.org/index.php
https://github.com/LaurentGomila/SFML
http://sourceforge.net/projects/sfml/files/
?
4. Boost port for Android
用Android NDK r6编译boost 1.47
http://www.cnblogs.com/gongminmin/archive/2011/11/02/2233345.html
Crystax’s NDK r6 : Improved Android NDK r6
http://www.crystax.net/en/android/ndk/6
http://www.crystax.net/en/android/ndk
MysticTreeGames / Boost-for-Android
https://github.com/MysticTreeGames/Boost-for-Android
?
5. OpenGL|ES glu/glut
GLUT|ES - The OpenGL|ES Utility Toolkit
http://glutes.sourceforge.net/
glues - GLU 1.3 port for OpenGL ES 1.0 (CM) and above
http://code.google.com/p/glues/
Khronos OpenGL ES API Registry
http://www.khronos.org/registry/gles/
?
6. julienr / libpng-android
https://github.com/julienr/libpng-android
?
7.?doom-android
http://code.google.com/p/doom-android/
?
8.?SLF4J Android
http://www.slf4j.org/android/
?
9.?AndEngine
(1)google code上的代码比较兼容旧的系统和OpenGL ES版本,但examples的代码有些bug,需要对照github的代码进行修改(如AssetBitmapTextureAtlasSource构造函数的文件名参数中添加gfx/,和BaseGameActivity的getFontManager方法中return this.getFontManager();应为return this.mEngine.getFontManager();)
http://www.andengine.org/blog/
http://code.google.com/p/andengine/
http://blog.csdn.net/txiejun/article/details/7045383
examples
http://code.google.com/p/andengineexamples/
tutorial
http://wiki.andengine.org/Tutorials
http://wiki.andengine.org/AndEngine
(2)github上的代码较全(有各个插件的代码)和较新,但兼容性可能不太好。
AndEngine(github)
https://github.com/nicolasgramlich/AndEngine
https://github.com/nicolasgramlich
(3) 教程
http://thinkingtortoise.com/programming/andengine
http://www.andengine.org/forums/tutorials/
(4)demo代码
http://www.codeproject.com/Articles/188957/Simple-Android-Ball-Game
http://stachibana.biz/?p=1259
http://www.dremsus.com/index.php/2012/01/android-game-using-andengine-part-1/
LAGP-Example-Code
https://github.com/portmobile/LAGP-Example-Code
(5)PDF
Learning Android Game Programming
http://www.amazon.com/Learning-Android-Game-Programming-Hands-On/dp/0321769627
?
10.?jPCT-AE - a free 3D engine for Android
http://www.jpct.net/jpct-ae/
?
11. lwjgl
http://www.lwjgl.org/
slick-util jar and src
http://lwjgl.org/wiki/index.php?title=Slick-Util_Library_-_Introduction
Game Engines and Libraries Using LWJGL
http://lwjgl.org/wiki/index.php?title=Game_Engines_and_Libraries_Using_LWJGL
?
12.?python-for-android
http://code.google.com/p/python-for-android/
?
13.?Scripting Layer for Android (SL4A)
http://code.google.com/p/android-scripting/
http://code.google.com/p/sl4a-chinese/
?
14.?Busybox for android
http://benno.id.au/blog/2007/11/14/android-busybox
?
15.?PHP for Android project (PFA)
http://phpforandroid.net/
?
16. libiconv and libcharset
http://groups.google.com/group/android-ndk/browse_thread/thread/012d679319e4ea6e
?
17. libxml2
http://stackoverflow.com/questions/5300492/libxml2-with-android-ndk
http://groups.google.com/group/android-ndk/browse_thread/thread/b69214489a7c0b00
?
18.?awt-android-compat
http://code.google.com/p/awt-android-compat/
?
19.?Android向けノベルゲームエンジンKAS
http://studiomikan.net/kas/
?
20. android-gl(ModelLoader,MD2模型加载器)
http://code.google.com/p/android-gl/
http://blog.sina.com.cn/s/blog_4a0a39c30100auh6.html
?
21. AndroidColladaLoader(DAE模型加载器,貌似未完成)
http://code.google.com/p/androidcolladaloader/
?
22. MikuMikuDroid(PMD模型加载器)
http://en.sourceforge.jp/projects/mikumikudroid/
nymmd
http://code.google.com/p/nymmd/
?
23.?Bullet(用于物理仿真的免费库,MikuMikuDroid的JNI中使用)
Bullet Continuous Collision Detection and Physics Library
http://bulletphysics.org/wordpress/
http://code.google.com/p/bullet/
?
24.?Forget 3D Game Engine(MD2、G3D、MS3D模型加载器)
http://code.google.com/p/forget3d/
?
25. ?Modelview-Android - 3D Model Viewer for Android (OBJ、OFF模型加载器,无贴图?)
http://www.wtv3d.org/t4058-modelview-android-3d-model-viewer-for-android
http://code.google.com/p/modelview-android/
?
26.?objLoader(OBJ模型加载器)
http://lovehui0228.iteye.com/blog/627400
?
27. j2ab /?J2ME Android Bridge
http://www.assembla.com/spaces/j2ab/wiki
?
28.?App Runner
http://www.netmite.com/android/
?
29. libGDX?
http://code.google.com/p/libgdx/
http://libgdx.badlogicgames.com/nightlies/
libgdx-lite
http://qizhi.me/read.php?321
http://code.google.com/p/libgdx-lite/
libgdx-users / user wiki
http://code.google.com/p/libgdx-users/
libgdx-demos
https://github.com/teheria/libgdx-demos
libgdx-cpp
https://github.com/aevum/libgdx-cpp
android-cmake
http://code.google.com/p/android-cmake/
?
30. mages(Android开源网络游戏)
http://code.google.com/p/mages/
http://blog.verygoodtown.com/2011/05/open-source-android-game-engines/
?
31. e3roid (Android 2D OpenGL游戏引擎)?
http://code.google.com/p/e3roid/
?
32.?nehe-android-ports (Android OpenGL|ES非官方示例)
http://insanitydesign.com/wp/projects/nehe-android-ports/
http://nehe.gamedev.net/
?
33.?opengles-book-samples?(Android OpenGL|ES非官方示例)
http://opengles-book.com/
http://code.google.com/p/opengles-book-samples/
?
34.?opengl-es-tutorial-for-android?(Android OpenGL|ES非官方示例)
http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/
http://code.google.com/p/opengl-es-tutorial-for-android/
?
35.?The Native Android API (Android NDK非官方文档)
http://mobilepearls.com/labs/native-android-api/
http://mobilepearls.com/labs/
?
36.?lua-android
https://github.com/henkel/lua-android
android-lua / liblua
http://code.google.com/p/android-lua/
luajava
http://www.keplerproject.org/luajava/manual.html
http://www.cnblogs.com/astin/archive/2011/07/26/2117590.html
mobilelua
https://github.com/divineprog/mobilelua
luajit for android
http://luajit.org/install.html#android
http://my.oschina.net/anwulac/blog/36828
aLua
https://github.com/AlanZheng/aLua
http://blog.microsuncn.com/?p=3483
AndroLua
https://github.com/mkottman/AndroLua
http://dotnetslackers.com/articles/mobile/Integrate-Lua-into-Your-Android-Games.aspx
?
?
37. KlayGE (3D引擎)
http://www.klayge.org/
?
38. libnge2(PSP/iphone/android)
http://www.libnge.org/
https://github.com/ifreedom/libnge2
http://www.iacger.com/product/official/nge2.php
?
39. android
http://www.oksvn.com/Tag/2552.shtml
?
40. rokon
http://code.google.com/p/rokon/
?
41. Strategy Gaming Engine(RTS引擎)
http://stratagus.sourceforge.net/index.shtml
https://launchpad.net/stratagus
?
42.?loon-simple(Android and J2SE OpenGL Game Framework)
http://code.google.com/p/loon-simple/
?
43.?jbox2d
http://code.google.com/p/jbox2d/
?
44. collada-dom 1.4
https://github.com/MIPS/external-collada
?
45.?androidemu /?GameBoid (GBA模拟器)
http://sourceforge.net/projects/androidemu/
androidgba
http://code.google.com/p/androidgba/
NESOID
http://www.nesoid.com/
?
46. Mono for Android
http://xamarin.com/
http://xamarin.com/monoforandroid
XobotOS(使用C#移植Android操作系统)
Sharpen(自动转换Java到C#的工具)
https://github.com/xamarin/XobotOS
http://www.iteye.com/news/24991
?
47. Ren'Py
http://renpy.org/latest.html
https://market.android.com/details?id=org.renpy.android
http://www.renpy.org/dl/android/
PGS4A
https://launchpad.net/pgs4a
http://pygame.renpy.org/
?
48.?vs-android
http://code.google.com/p/vs-android/
?
49. html5
PhoneGap
http://phonegap.com/
https://developer.palm.com/content/resources/develop/cross_platform_development.html
http://docs.phonegap.com/en/1.5.0/index.html
HelloPhoneGap(iOS)
https://github.com/hutley/HelloPhoneGap
Appcelerator Titanium
http://www.appcelerator.com/
html5-game-book(chapter10code)
https://github.com/jwill/html5-game-book
RhoMobile
http://rhomobile.com/
Rexsee
http://www.rexsee.com/CN/help.html
LimeJS
http://www.limejs.com/
jsWaffle
http://d.aoikujira.com/jsWaffle/wiki/
http://www.slideshare.net/kujirahand/html5javascriptandroidseminar
Mobage ngCore SDK
https://developer.mobage.com/cn
explorercanvas
http://code.google.com/p/explorercanvas/
AppCan.cn
http://www.appcan.cn/app/index.action
cocos2d-x html5
http://www.cocos2d-x.org/projects/html5
https://github.com/cocos2d/cocos2d-html5
?
50.?apps-for-android
http://code.google.com/p/apps-for-android/
?
51. cocos2d-android
http://code.google.com/p/cocos2d-android/
http://cocos2d.org/
cocos2d-x
http://code.google.com/p/cocos2d-x/
https://github.com/cocos2d/cocos2d-x/
?
52.?meteoroid
(see Deprecated downloads)
http://code.google.com/p/meteoroid/
?
53. emo-framework
(使用Squirrel脚本引擎)
http://code.google.com/p/emo-framework/
http://www.emo-framework.com/index.html
?
54. rap mobile
http://rapmobile.eclipsesource.com/
?
55. NyARToolkit for Android
http://www.artoolworks.com/products/mobile/android-artoolkit/
http://www.artoolworks.com/products/stand-alone/nyartoolkit/
http://code.google.com/p/andar/
http://nyatla.jp/nyartoolkit/wp/
?
56. min3d(OBJ加载器?)
http://code.google.com/p/min3d/
http://www.rozengain.com/blog/2010/05/17/loading-3d-models-with-the-min3d-framework-for-android/
?
57. json
JSON in Android - Tutorial
http://www.vogella.de/articles/AndroidJSON/article.html
http://developer.android.com/reference/org/json/JSONObject.html
json-simple
http://code.google.com/p/json-simple/
?
58.?青空文庫の注記文法
http://kanji-database.sourceforge.net/aozora/grammar.html
青空文庫 組版案内テキスト版のまとめ方、XHTML版への変換法
http://kumihan.aozora.gr.jp/slabid-14.htm
aobun
http://code.google.com/p/aobun/
aozoratexttools
http://zh.sourceforge.jp/projects/aozoratexttools/releases/
?
59. sqlitegen
http://code.google.com/p/sqlitegen/
?
60. 文本编码自动识别
juniversalchardet
Java port of universalchardet
http://code.google.com/p/juniversalchardet/
?
61.?Corona SDK(兼容iOS和Android)
http://www.anscamobile.com/corona/
http://stachibana.biz/?p=1402
?
62.?android-fb2png
Capture framebuffer and save it in png format
http://code.google.com/p/android-fb2png/
?
63. 崩溃报告
acra
http://code.google.com/p/acra/
http://tech.camobile.com/android/android%E3%81%AE%E3%82%AF%E3%83%A9%E3%83%83%E3%82%B7%E3%83%A5%E3%83%AC%E3%83%9D%E3%83%BC%E3%83%88%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F/1079
Thread.UncaughtExceptionHandler
aichixihongshi.iteye.com/blog/1200425
?
64. WiEngine
http://www.wiyun.com/web/wiengine
https://play.google.com/store/apps/details?id=com.wiyun.engine
?
65.?roboguice
http://code.google.com/p/roboguice/
google-guice
http://code.google.com/p/google-guice/
?
66.?Wikipedia on Mobile (PhoneGap)
https://github.com/wikimedia/WikipediaMobile
https://play.google.com/store/apps/details?id=org.wikipedia
?
67. gh4a
http://slapperwan.github.com/gh4a/
https://github.com/slapperwan/gh4a
https://play.google.com/store/apps/details?id=com.gh4a
?
68. ?SPRING FOR ANDROID
http://www.springsource.org/spring-android
https://github.com/SpringSource/spring-android-samples
SPRING MOBILE
http://www.springsource.org/spring-mobile
https://github.com/SpringSource/spring-mobile-samples
http://www.iteye.com/news/25068
?
69.?Basic4android
Basic4android is the simplest and most powerful Rapid Application Development (RAD) tool available for the Android platform
http://www.basic4ppc.com/index.html
?
?
-----------------------
?
?
?
?
?
?
?
?
?
?
?
?
?
二、一些与Java/Java ME/C/C++有关的脚本引擎库,以及其它类型的类脚本库
1. luaj
http://sourceforge.net/projects/luaj/
?
2.?j2mepython-midp
http://code.google.com/p/j2mepython-midp/
?
3.?mochalua
http://code.google.com/p/mochalua/
?
4. kahlua
http://code.google.com/p/kahlua/
kahlua2
https://github.com/krka/kahlua2
?
5. luajava
http://www.keplerproject.org/luajava/
http://jp.techerald.com/page/como-puedo-integrar-lua-en-java.html
?
6. minijoe
http://minijoe.com/
http://code.google.com/p/minijoe/
?
7. CCalc - Expression Calculator?
http://hqsoftware.newmail.ru/ccalc/download/
(无法登陆)
在rainmeter的svn中
http://code.google.com/p/rainmeter/source/browse/trunk/Library/ccalc-0.5.1/?r=504
?
8. RockScript
http://sourceforge.net/projects/rockscript/
http://www.iteye.com/topic/669724
?
9. rhino
http://www.mozilla.org/rhino/
rhinoj2mecldc
http://sourceforge.net/apps/mediawiki/rhinoj2mecldc/index.php?title=Main_Page
http://sourceforge.net/projects/rhinoj2mecldc/
?
10.?Ignis ECMAScript Engine / am6
http://www.wind.sannet.ne.jp/m_matsu/developer/am6/
?
11.?FESI
http://www.lugrin.ch/fesi/index.html
?
12. beenshell
http://www.beanshell.org/
?
13. jillcode
http://code.google.com/p/jillcode/
?
14. xtal-language
http://code.google.com/p/xtal-language/
http://study.nanican.net/2010/0918/data/satos.pdf
?
15. SHIORI
http://kawari.sourceforge.net/
http://code.google.com/p/satoriya-shiori/
http://code.google.com/p/yaya-shiori/
?
16.?squirrel-language
http://squirrel-lang.org/
http://code.google.com/p/squirrel/
?
17. gamemonkey
http://www.somedude.net/gamemonkey/
?
18.?Katahdin
http://www.chrisseaton.com/katahdin/
?
19.?simple
(类BASIC?)
http://code.google.com/p/simple/
vb4android
http://code.google.com/p/vb4android/
?
20.?android-ruby
http://code.google.com/p/android-ruby/
?
21. scalaforandroid
http://code.google.com/p/scalaforandroid/
?
22,?Jbed
http://en.wikibooks.org/wiki/J2ME_Programming/Esmertec_Jbed
http://free-mobile-messenger.com/2011/02/24/jbed-java-emulator-for-android-1-5-2-2/
http://www.myriadgroup.com/
?
-----------------------
?
?
?
?
?
三、UI设计工具 / 素材
1. droiddraw
http://code.google.com/p/droiddraw/
?
2.?hierachyviewer
http://developer.android.com/guide/developing/debugging/debugging-ui.html
http://developer.android.com/guide/developing/tools/hierarchy-viewer.html
http://hi.baidu.com/%D1%A9%D3%A3%D7%D386/blog/item/00889f3271eb4703eac4af4d.html
?
3.?android-ui-utils
http://code.google.com/p/android-ui-utils/?
http://blog.csdn.net/hfahe/article/details/7048091
?
4. adt
http://developer.android.com/guide/developing/tools/adt.html
?
5.?iPhone/Androidアプリのモクアップ作りに便利なPSD?AI?ICON配布サイト
http://phpjavascriptroom.com/?t=mobile&p=iphoneandroidmockup
?
6.?Android UI Patterns
https://market.android.com/details?id=com.groidify.uipatterns
?
7. Android design downloads
http://developer.android.com/design/downloads/index.html
?
8. button maker?
http://box.aflat.com/buttonmaker/
http://java.petafield.com/android/index.html
?
?
9. Cool Text: Logo and Graphics Generator?
这个网站也有很多字体供下载
http://www.cooltext.com/
?
10. ?YU-RIS サンプルUI ver 0.400
用PhotoShop布局游戏界面(主要是按钮制作、滤镜使用、文字排版)
http://yu-ris.net/download/index.html
?
11.?Layer Saver
Photoshop图层组批量导出为图片文件
http://www.scriptsrus.talktalk.net/
?
12.?TexturePacker
支持众多游戏引擎的纹理打包器(可自动生成解包用相关代码)
http://www.codeandweb.com/texturepacker
?
-----------------------
?
?
?
?
?
四、HTML5 / JS 游戏引擎 / 游戏
1.?enchant.js
HTML5 / JavaScript Based Game Engine
MIT or GPL dual license
http://enchantjs.com/ja/
https://github.com/wise9/enchant.js
?
2.?Jaws HTML5 javascript game lib
http://jawsjs.com/
https://github.com/ippa/jaws
?
3.?LimeJS?
http://www.limejs.com/
https://github.com/digitalfruit/limejs
?
4.?KaKa Monster 2.5D Map Engine Demo
http://blog.ez2learn.com/2011/03/04/a-little-play-with-html5-2-5d-rpg-map-engine/
http://kaka-demo.ez2learn.com/
?
5. GameJs
https://github.com/oberhamsi/gamejs
?
6. sprite.js
https://github.com/batiste/sprite.js/
?
7. clanfx
http://sourceforge.net/projects/clanfx/
http://html5gameengines.com/page/5/
?
8. quarkjs
https://github.com/quark-dev-team/quarkjs
http://www.riaidea.com/blog/
http://code.google.com/p/casualjs/
?
9.?BrowserQuest
https://github.com/mozilla/BrowserQuest
http://browserquest.mozilla.org/
http://www.iteye.com/news/24673
?
?
-----------------------
?
?
?
?
五、Android手机厂商的UI使用说明或用户指南
1. HTC
http://www.htc.com/cn/support_select_product.aspx
每个产品(例如野火)的链接中点进去,选择标签页”用户指南“有相关的pdf下载,例如
http://www.htc.com/cn/userguide.aspx?p_id=318
选择其它语言可能不一样。
?
2. 摩托罗拉
http://www.motorola.com.cn/service/product.asp
在”用户手册下载“中选择手机型号(例如ME525+),然后点OK下载pdf
?
3. 索爱
服务与支持下,选择产品(例如Xperia X10)
http://www.sonyericsson.com/cws/support
http://www.sonyericsson.com/cws/support/mobilephones/downloads/xperiax10i?cc=cn&lc=zh
然后点标签页”下载“,下面”手册及文档“可打开或下载pdf
?
4. 华为
http://www.huawei.com/cn/products/index.htm
个人终端,智能手机
http://www.huaweidevice.com/cn/productMobile.do?method=index&directoryId=5005&treeId=3677
点击手机类型的图片(例如U8800)
http://www.huaweidevice.com/cn/productFeatures.do?pinfoId=2694&directoryId=5005&treeId=3677&tab=0
点击”下载“下载快速指南和用户手册的pdf
?
5. LG
http://www.lg.com/cn/mobile-phones/all-lg-phones/index.jsp
选择手机类型,然后点”服务与支持“,右边下载用户手册的pdf。
?
6. Android官方的第三方驱动列表
包含大部分Android手机生产商的网址
http://developer.android.com/sdk/oem-usb.html
?
-----------------------
?
?
?
七、Novel Game Engines
1.?Android 向けADVエンジン
http://kzkz.jp/blog/index.php/page/Android-Engine
?
2.?GALGAMES
http://www.galgames.info/
追忆
https://market.android.com/details?id=mobi.galgames.mp
?
3. KAS
http://studiomikan.net/kas/
グラディエイターズ!(スタジオ蜜柑)
https://market.android.com/details?id=com.fc2.web.studiomikan1
?
4 ONScripter?
http://onscripter.sourceforge.jp/android/android.html
NOeSIS-嘘を吐いた記憶の物語-
https://market.android.com/details?id=jp.cutlass.noesis01
sonscripter
https://market.android.com/details?id=net.sidebook.sonscripter
onscripter-gbk
http://apk.gfan.com/Product/App194331.html
?
5. moeapp
http://moeapp.net/
http://www.moeapp.net/
水夏~SUIKA~(萌えAPP)
https://market.android.com/details?id=net.moeapp.avg.suika
?
6. m-trix
http://www.m-trix.jp/category/products/android
CHAOS;HEAD NOAH(5pb)
https://market.android.com/details?id=com.mages.chaos
?
7.?ten?cross(テンクロス)
http://android.tcs.tc/
Airs(エアーズ) ten?cross/テンクロス
https://market.android.com/details?id=com.tencross.android.Airs
作品列表(部分是免费的)
http://gmo-game.com/channel/tencross/
此网站上还有其它公司的游戏
http://gmo-game.com/
?
8.PGM
http://apk.gfan.com/Product/App223734.html
?
9. air-novel
http://code.google.com/p/air-novel/
?
10.?Luarida(基于Lua)
http://d.hatena.ne.jp/tarosay/searchdiary?word=%2A%5BLuarida%BA%C7%BF%B7%C8%C7%5D
https://play.google.com/store/apps/details?id=com.momoonga.luarida
?
11. 東方幻草子~東方ノベルシステム的な何か~(基于HTML5和Phonegap)
https://play.google.com/store/apps/details?id=com.androidNovesys
?
12. ?うぇぶげーメイカー(基于explorercanvas)
http://milk0824.sakura.ne.jp/web_maker/
?
13. ?吉里吉里Java移植プロジェクト
仅PC端?
http://sourceforge.jp/projects/kirikirij/
http://www.kaede-software.com/2011/11/2_for_javaandro.html
?
-----------------------
?
?
?
?
?
?
八、弹幕射击游戏
1. 魔砲大戦(Free)
https://market.android.com/details?id=jp.ne.neko.ronji.MagicalCannonGirls
?
2.?雷电战机-组装战机
https://play.google.com/store/apps/details?id=com.letang.ldzj.cn
?
?
?
?
九、文档,开发教程,示例代码,ppt
1.?ん?ぱか工房
以示例代码为主,资料比较齐全,推荐。
http://www.saturn.dti.ne.jp/~npaka/android/index.html
?
2.?JNI Examples for Android
http://android.wooyd.org/JNIExample/
http://my.unix-center.net/~Simon_fu/?p=833
SWIG
http://www.swig.org/tutorial.html
?
3. 官方文档打包下载
如果你发现官方的文档版本太新(有些内容被删除或修改),可以考虑下载旧版本的Android文档:
http://www.cnblogs.com/lonelyDog/archive/2011/11/22/2258671.html
http://blog.csdn.net/timebomb/article/details/6740036
把
http://dl-ssl.google.com/android/repository/docs-3.0_r01-linux.zip
的3.0替换成目标版本,如2.2。
(迅雷或代理访问用连接,获得xml文件中的zip文件名,然后手动下载和解压:
?
http://dl-ssl.google.com/android/repository/repository.xml
http://dl-ssl.google.com/android/repository/repository-5.xml
http://dl-ssl.google.com/android/repository/addons_list-1.xml
)
?
4.?Androidゲーム開発ガイド
http://boco.hp3200.com/game-devs/
?
5.?Android gameprogramming(PPT,日文)
http://www.slideshare.net/mhidaka/android-gameprogramming
http://d.hatena.ne.jp/yitabashi0913/20101219/p1
?
6.?最近のAndroid巡回まとめ – 開発環境構築からゲームエンジンまで色々
http://kiseichu.parasite.jp/android-tips/archives/90
?
7.?超個人的なWikiです。(Android NDK)
http://tueda.wikkii.com/wiki/Main_Page
?
8.?同人ゲーム制作支援net ~ゲーム用背景素材、音楽素材、コラムなど~
http://doujingame-shien.net/index.html
?
十、字体
1.?M+ 2m regular(日文字体)
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
http://cn.ffonts.net/M-2m-regular.font
?
2.?开源中文字体汇总
http://www.linuxsir.org/bbs/showthread.php?t=348496
?
3. 字体下载
http://www.ztxz.cn/
?
?
十一、框架源码阅读
1. 创建快捷方式
INSTALL_SHORTCUT
com.android.launcher.permission.INSTALL_SHORTCUT
http://groups.google.com/group/android-developers/browse_thread/thread/e28661a672c7814e
BrowserBookmarksPage.createShortcutIntent()
https://github.com/android/platform_packages_apps_browser/blob/master/src/com/android/browser/BrowserBookmarksPage.java
BookmarkUtils.createAddToHomeIntent()
https://github.com/android/platform_packages_apps_browser/blob/master/src/com/android/browser/BookmarkUtils.java
?
十二、JavaScript调试
1.?Debugging JavaScript on Android
http://www.nanaze.com/2009/01/debugging-javascript-on-android.html
?
?
?
var terms = [];for (key in window) { terms.push(key + ': ' + window[key] );}terms.sort();for (var i = 0; i < terms.length; i++) { document.write('<p>' + terms[i] + '</p>');}
?
?
console.error('1');console.info('2');console.log('3');console.warn('4');
?
?
?
?
?
?
十三、输入法:
1.?Google Japanese Input
https://play.google.com/store/apps/details?id=com.google.android.inputmethod.japanese
?
?
?
?
?
?
?
?
十四、萌化:
1. 萌えTOP | アンドロイドアプリ×アプリモマーケット
moedro market
http://appli-mo.com/moe
?
2.?蒼穹工房
http://soukyu.net/
http://appli-mo.com/twodimensions_free/19623.html
https://play.google.com/store/apps/details?id=net.soukyu.widget.maid1
?
3. ?VoiceClock -Miku-
https://play.google.com/store/apps/details?id=net.imoya.android.voiceclock
?
4. ?Minutes Widget (Miku Ver.)
https://play.google.com/store/apps/details?id=jp.djfactory.minutes_widget
?
5. FREE WINGの Androidと Windows、中国語の便利ソフト
http://www.neko.ne.jp/~freewing/android/
Android 萌えイラスト ラッピング壁紙 東方Project、魔砲大戦 シューティングゲーム他
http://www.neko.ne.jp/~freewing/android/android_moe_kabe/
Google Play搜索Moe Kabe Droid
Moe Kabe Droid CUTE 1 Touhou
https://play.google.com/store/apps/details?id=jp.ne.neko.freewing.MoeKabeDroid_Cute_vol1
?
十五、游戏(除novel,弹幕射击类以外)
1. ?PanelsPuzzle +A
https://play.google.com/store/apps/details?id=jp.co.sic.akiba.panepuzz
?
2.?vsリバーシ / vsReversi
https://play.google.com/store/apps/details?id=com.soft.odekun
?
3.?MagicReverSityFreeVer.
https://play.google.com/store/apps/details?id=jp.co.sic.MagicReversityTrial
?
4.?萌えブロック崩し
https://play.google.com/store/apps/details?id=jp.co.misky.app100.MoeBlock
?
5.?军棋
https://play.google.com/store/apps/details?id=com.cnvcs.junqi
?
6.?Lollipops
https://play.google.com/store/apps/details?id=com.balloonisland.lollipops
?
7.?Reversi Paper Blobs?
https://play.google.com/store/apps/details?id=com.machinegames.othello
?
8. ReversiVs
https://play.google.com/store/apps/details?id=com.crossfield.reversivs
?
?
?
?
?
十六、定制ROM
1. ?project?synergy
http://code.google.com/p/synergy-base/
http://code.google.com/p/synergy-evo/
?
?
?
十七、iOS上的萌化应用(可用解压软件提取资源)
1. ?もっと!添い寝カノジョ
http://soine.jp/news.php
http://itunes.apple.com/jp/app/id444688837?mt=8
?
?
?
(TODO)