现在来教大家如何由网上下载的Android应用反编译为源码。如果你感兴趣,就来看一看吧。前提是你的电脑得已经配置好了java环境,如果没有配置好的话,下面我会附带一提,如果你还是不懂的话,那就上网搜一下,教程满天飞。---------------------------------------------------------------------------java环境路径配置(前言:我只是略带一提,不懂者请上网查更详细的,这在这里非重点):下载JDK下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.ht Read More
posted @ 2013-08-09 20:40 KillerLegend Views(868) Comments(0) Diggs(0) Edit
1:单选按钮是以组的形式呈现,xml布局文件中需要定义一个RadioGroup,然后在这个组内再定义RadioButton.在java代码中为该按钮添加监听时,需要用组名来引用对应的方法setOnCheckedChangeListener()方法。具体引用例子如下,假设组名为:rdGroup1.rdGroup1.setOnCheckedChangeListener(newRadioGroup.OnCheckedChangeListener() { @OverridepublicvoidonCheckedChanged(RadioGroupgroup,intcheckedId) { //你的代码 Read More
posted @ 2013-08-09 14:23 KillerLegend Views(451) Comments(0) Diggs(0) Edit
作为一个初步接触电脑的人,在学习Android的过程中,遇到各种问题,今天遇到了。这样一个错误提示:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse. Please ensure that adb is correctly located at 'D:\Program Files\eclipse_AndroidDeveloper\adt-bundle-windows-x86-20130522\sdk\platform-tools\adb.exe&# Read More
posted @ 2013-08-09 11:25 KillerLegend Views(926) Comments(0) Diggs(0) Edit