资源部分中有一些示例代码,解释了一些示例,现在已经消失了。即http://developer.android.com/resources/samples/TicTacToeMain/index.html
当点击它们时,它会带你到http://developer.android.com/tools/samples/index.html 关于这个有什么帮助吗?
已编辑:问题 >>> http://code.google.com/p/android/issues/detail?id=33495
资源部分中有一些示例代码,解释了一些示例,现在已经消失了。即http://developer.android.com/resources/samples/TicTacToeMain/index.html
当点击它们时,它会带你到http://developer.android.com/tools/samples/index.html 关于这个有什么帮助吗?
已编辑:问题 >>> http://code.google.com/p/android/issues/detail?id=33495
您可以从该链接http://developer.android.com/tools/samples/index.html下载示例,然后按照以下步骤使其在 Eclipse 上运行:
文件 -> 新建 -> Android 项目 -> 从现有示例创建项目 -> 选择版本(您已经下载了示例) -> 选择示例。
通过这种方式,您可以导入 android 提供的示例参考程序,它将帮助您更好地掌握它的 API。
如果您正在寻找井字游戏教程,本系列教程可能会帮助您关注http://www.androiddom.com/2011/05/introducing-tic-tac-toe-tutorial.html