码迷,mamicode.com
首页 >  
搜索关键字:android编译环境    ( 30个结果
Android 项目导入后真机运行提示:W/dalvikvm(10375): VFY 错误
Android编译环境下,运行应用提示: ?W/dalvikvm(10375): VFY: unable to resolve static method 357: Lorg/cocos2d/nodes/CCDirector;.sharedDirector ()Lorg/cocos2d/nodes/CCDirector; ? 解决办法: bu...
分类:移动开发   时间:2015-02-03 01:55:48    阅读次数:291
Android介绍以及源码编译---Ubuntu系统Android编译环境配置
三. Ubuntu系统Android编译环境配置3.1 选择安装源: 系统安装完成后,进入系统时首先选择好软件更新源,后面所有的软件包安装都会从这个更新源中获取。选择路径:System settings --> Software & Updates -->Ubuntu Software -->D.....
分类:移动开发   时间:2014-12-31 14:29:19    阅读次数:173
ubuntu 14.04.1下安装android 4.2编译环境出错总结
android 14.04.1下搭建android 4.2 编译环境错误总结...
分类:移动开发   时间:2014-12-05 17:35:49    阅读次数:320
Android开发实践:编译VLC-for-android
最近在Android做流媒体相关的开发,一直想学习一下强大的VLC,正好趁此机会研究研究VLC-for-android的代码,看看优秀的开源音视频播放器是如何实现的。本文总结下在Linux平台下如何编译VLC-for-android。编译环境:Ubuntu 14.04 64bit,VLC版本2.1....
分类:移动开发   时间:2014-12-04 13:38:50    阅读次数:309
android编译环境搭建之无法安装sun-java6-jdk的问题
找了各种版本的方法都不凑效,下面是在java论坛里找到的方法,结果是正确的。 $ sudo add-apt-repository "deb?http://archive.canonical.com/?lucid partner" $ sudo apt-get update $ sudo apt-get install s...
分类:移动开发   时间:2014-10-31 16:06:21    阅读次数:251
下载android源码
http://source.android.com Step 1.按照http://source.android.com/source/initializing.html配置好android编译环境 http://source.android.com/source/downloading.html配...
分类:移动开发   时间:2014-09-24 14:50:26    阅读次数:220
mac 下更新 .bash_profile 文件
mac 下更新 .bash_profile 文件 在mac下配置cocos2dx游戏引擎的android编译环境配置 1、打开terminal(终端) 2、cd ~ ( 进入当前用户的home目录) 3、open .bash_profile (打开.bash_profile文件) 4、直接更改弹出的.bash_profile文件内容 5、command ...
分类:其他好文   时间:2014-09-15 11:17:58    阅读次数:141
Windows环境下搭建Cocos2d-x3.2环境并配置android交叉编译环境
一、软件 1)VS2012(C++11特性在VS2012以上可以使用);传送门: 2)Cocos2d-x官网源码;传送门: http://cocos2d-x.org/download 3)JDK;传送门:https://github.com/inferjay/AndroidDevTools/ 4)NDK;传送门:https://github.com/inferjay/AndroidDevT...
分类:移动开发   时间:2014-08-11 15:08:22    阅读次数:405
windows下cocos2dx3.0开发环境及Android编译环境搭建
cocos2dx更新到了3.x版本,自己一直没有换,现在开发组要求统一换版本,我就把搭建环境的过程记录下来。 一、Windowns下开发环境搭建     1.  所需工具         1)cocos2d-x-3.0rc0.zip   http://cn.cocos2d-x.org/download/  截止写博文时,最新版本为V3.2。         2)VS2012 http:...
分类:移动开发   时间:2014-07-30 03:21:43    阅读次数:474
Android Studio "diamond operator is not supported" 处理方法
低版本的android编译环境是不支持使用java7语法的,如果使用了,就会产生上述问题,如果你的android环境较新,那么可以使用以下方法:在build.gradle的android标签下加入以下代码 compileOptions { sourceCompatibility Jav...
分类:移动开发   时间:2014-07-22 00:20:34    阅读次数:281
30条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!