最新回答 / Nicholas_Adam
点击运行,然后create new virtual device,然后你可以选中自己想要的模拟器,按next继续,完成了就点击finish就好。希望能帮到你
2017-08-04
最新回答 / 现 在
第一种写法忘记了View类型转化为Button类型View bt1;bt1=findviewbyid(r.id.button1);private Button loginButton;loginButton.setOnClickListener(new View.OnClickListener() {});第三种写法同上一样忘记了类型转化(Button)findviewbyid(r.id.button1).setonclicklistener(this);
2017-08-04
最新回答 / qq_孫禹龍_0
不对,loginbutton.setOnClickListener(Listener); 这句代码会报错,Listener为NULL,不能直接使用;
2017-08-02
最新回答 / 摘星子
jdk:http://www.oracle.com/technetwork/java/javase/downloads/index.html android sdk:http://www.android-studio.org/index.php/download
2017-07-31