码迷,mamicode.com
首页 >  
搜索关键字:android file    ( 149169个结果
window7下 cocos2dx android交叉编译环境部署小结
上周被android交叉编译搞惨了,还好最后弄好了,写个小结以后备用吧。 步骤,1、下载cygwin的devel和shells模块 2、 2、设置环境变量 a、设置NDK_ROOT b、设置Path 编辑Path,在后面追加4个环境...
分类:移动开发   时间:2014-04-30 01:02:38    阅读次数:626
[ejoy2d] - 安装
1. 安装openglessudo apt-get install libgles-mesa-dev2. 安装glew 1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3. 安装freetyp...
分类:其他好文   时间:2014-04-30 00:58:28    阅读次数:506
linux下shell脚本执行方法及exec和source命令
exec和source都属于bash内部命令(builtins commands),在bash下输入man exec或man source可以查看所有的内部命令信息。bash shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如sed、awk等等。内部命令是由特...
分类:系统相关   时间:2014-04-30 00:23:34    阅读次数:671
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
cocos2dx学习笔记(1)
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx 3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:其他好文   时间:2014-04-30 00:09:07    阅读次数:693
05 Activity 生命周期
protected void onCreate(Bundle savedInstanceState);protected void onStart();protected void onRestart();protected void onResume();protected void onPaus...
分类:其他好文   时间:2014-04-29 23:53:49    阅读次数:688
08 RelativeLayout 布局
分类:其他好文   时间:2014-04-29 23:42:35    阅读次数:532
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
uwsgi ini 设置
[uwsgi]socket = 127.0.0.1:3032chdir = /data/www/yida/pythonpath = ..env = DJANGO_SETTINGS_MODULE=yida.settingsmodule = django.core.handlers.wsgi:WSGIH...
分类:其他好文   时间:2014-04-29 23:26:08    阅读次数:611
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
分类:移动开发   时间:2014-04-29 23:15:54    阅读次数:743
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!