摘要: 将Intent intent01=new Intent();intent01.setClass(MainActivity.this,Calorie.class);startActivity(intent01);改成 Intent intent01=new Intent();intent01.setC 阅读全文
posted @ 2016-09-19 21:13 Nicolellu 阅读(3753) 评论(0) 推荐(0)
摘要: 自己做笔记 摘自CSDN public class FragmentA extends Fragment { private View view; @Override public View onCreateView(LayoutInflater inflater, ViewGroup contai 阅读全文
posted @ 2016-09-19 21:08 Nicolellu 阅读(1585) 评论(0) 推荐(0)
摘要: Gradle build finished with 2 error(s) in 1m 5s 962ms就这个错误!!!劳资弄了一晚上加一下午!!!也没整明白!!!!! 最后新建个工程,一步一步谨慎又谨慎,完全按照正经的步骤,终于好了。问题是,代码一样,导入的包一样,到底咋回事wtf!!! 阅读全文
posted @ 2016-09-19 16:14 Nicolellu 阅读(2045) 评论(0) 推荐(0)