ubuntu是acmer常用的系统,配置起CB还是比较简单的三行命令就OK了 //Current stable version of Code::Blocks IDE (16.01) //To install Code::Blocks from this PPA, open a terminal and type: sudo add-apt-repository ppa:damien-moore/codeblocks-stable sudo apt-get update sudo apt-get…
If you've downloaded Eclipse from their official website, follow these steps for the installation. Extract the eclipse.XX.YY.tar.gz using tar -zxvf eclipse.XX.YY.tar.gz Become root. sudo -i Copy the extracted folder to /opt cp -r eclipse.XX.YY /opt C…
一.基本jdk.eclipse环境 二.android sdk 1.下载安装:https://developer.android.com/sdk/installing/index.html?pkg=tools 2.打开SDK Manager.exe. a.若出现无法连接到google或者android各版本不能完全显示之类的问题.则 首先:进入tools选项卡-->options-->勾选Force https://...sources to be fetched using http://.…
A Java Runtime Environment (JRE) or Java Development Kit (JDK)must be available in order to run Eclipse Installer. No Java virtual machinewas found after searching the following locations:/opt/eclipse-installer/jre/bin/javajava in your current PATH 这…
Bus 001 Device 006: ID 1b20:0c81 MStar Semiconductor, Inc. 今天不知道Ubuntu发了什么疯,昨天还用的好好的,今天就突然不能识别我的Android设备了,没办法,参照android官网重新配置usb,http://developer.android.com/tools/device.html 第一步:使用lsusb命令,列出挂载的usb设备 ouyangpeng@oyp-ubuntu:~$ lsusb Bus 001 Devi…