码迷,mamicode.com
首页 >  
搜索关键字:bundle    ( 4177个结果
ndk-stack使用方法(转)
最近在mac上编译android 版本,各种崩溃让人蛋疼,网上学习了下ndk-stack使用方法。自己备忘下:1.运行终端。跳转到你android sdk 目录 因为你的adb 在里面。如 cd /Users/name/Android/adt-bundle-mac-x86_64-20131030/s...
分类:其他好文   时间:2014-07-16 19:11:45    阅读次数:207
Linux安装VMware
VMware-Workstation-Full-10.0.2-1744117.i386.bundle安装借鉴:http://www.cnblogs.com/lieyan/p/3837172.htmlchmod +x *.bundle 加权./*.bundle 执行过程视图注册码:5F29M-4831...
分类:系统相关   时间:2014-07-16 19:02:11    阅读次数:278
C++ 11开发环境搭建(Windows Platform)
C++ 11开发环境搭建(Windows Platform) IDE:Code::Blocks  12.11版本 Compiler:TDM-GCC        http://tdm-gcc.tdragon.net/           TDM64 Bundle GCC 4.8.1 问:什么是TDM-GCC? 答:A compiler suite for 32- and 64-bit Wi...
分类:编程语言   时间:2014-07-15 22:35:06    阅读次数:307
Eclipse搭建Android开发环境时adb.exe程序无法执行
问题描述:执行Android应用程序时报错错误信息如下:Theconnectiontoadbisdown,andasevereerrorhasoccured.YoumustrestartadbandEclipse.Pleaseensurethatadbiscorrectlylocatedat‘D:\adt-bundle-windows-64\sdk\platform-tools\adb.exe‘andcanbeexecuted.首先先查看相关路径下..
分类:移动开发   时间:2014-07-15 12:09:02    阅读次数:227
定制progrebar-如何让控件在2.x系统里显示holo风格(4.x系统下的控件风格)
定制progrebar,这里以progrebar(small)为例,使之在2.x系统里显示holo风格。1)找到系统文件styles.xml和themes.xml。在目录adt-bundle\sdk\platforms\android-19\data\res\values下找到styles.xml和themes.xml,用Uedit打开;2)在系统的styles.xml中搜索控件名称progrebar,..
分类:其他好文   时间:2014-07-15 11:43:07    阅读次数:239
定制Toast
Toast是一种不影响用户操作的通知,出现一定时间自动消失。一般用户通知用户已经刷新内容。原始类:packagecom.xinbo.templete;importandroid.os.Bundle;importandroid.app.Activity;importandroid.content.Context;importandroid.view.Gravity;importandroid.view.LayoutInfla..
分类:其他好文   时间:2014-07-15 10:48:17    阅读次数:312
redhat5 安装mysql 5.6
在官网找到下载链接http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.19-1.rhel5.x86_64.rpm-bundle.tarwget下来wget http://dev.mysql.com/get/Downloads/MySQL-5....
分类:数据库   时间:2014-07-14 21:51:49    阅读次数:294
安卓学习第二课——短信发送器
package com.example.message;import android.app.Activity;import android.os.Bundle;import android.telephony.SmsManager;import android.text.TextUtils;imp...
分类:移动开发   时间:2014-07-14 21:45:44    阅读次数:235
centos6.5 rpm安装mysql5.6.19
1,检查MySQL及相关RPM包,是否安装,如果有安装,则移除。rpm-qa|grep-imysqlyum-yremovemysql-libs*2,根据系统下载RPM包,我下载的MySQL-5.6.19-1.el6.i686.rpm-bundle.tar解压压缩包,依次安装:rpm-ivhMySQL-server-5.6.19-1.el6.i686.rpmrpm-ivhMySQL-devel-5.6.19-1.el6...
分类:数据库   时间:2014-07-14 16:42:38    阅读次数:343
仿360在Launcher画面显示内存使用率的浮窗(改进版)
MainActivity如下: package cc.cc; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.app.Activity; import android...
分类:其他好文   时间:2014-07-14 13:32:12    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!