软件工程 speedsnail 冲刺5

2015-5-9

完成任务:学习了黑马android教学视频101112集,填写游戏人的姓名功能为明天的记分板准备;

遇到问题:

问题1

Suspicious method call; should probably call "draw" rather than "onDraw"

解决1

这个是android带的lint工具提示的,lint官方的说法是 Improving Your Code with lint,应该是帮助提升代码的 ,如果不想用的话,可以右键点工程,然后在android tools 中,选择 clear lint marker 就没有这个错误了

问题2

android couldnt load hf2d from loader dal

解决2

在libs下面创建一个armeabi-v7a文件夹 把armeabi *.so的文件复制一份放在armeabi-v7a运行测试通过

明日任务:

记分功能。

原文地址:https://www.cnblogs.com/zhaixing/p/4492536.html