买了本书《google android 开发入门与实战》,却发现里边 都是打开现成源代码进行讲解,所以从头开始创建一个程序并运行的细节不太清楚。关于界面跳转出现个错误:
the application test has stopped unexpectedly
找不到可解决的办法,后来百度了一下发现下面一段话:
If necessary permission is not requested in AndroidManifest.xml, when application is running, it will abort with messages "Source not found" in DEBUG mode, and abort with messages "The application xxx has stopped unexpectedly . Please try again" in RELEASE mode.
然后我在AndroidManifest.xml中的application 里边加上了第二个页面,并且选中了name,问题解决了,耽误了不少时间
本文介绍了在使用《googleandroid开发入门与实战》一书学习过程中遇到的问题:在尝试实现界面跳转时,应用意外停止。通过查找资料,作者发现这是由于缺少必要的权限设置导致的,并在AndroidManifest.xml文件中进行了相应的修改,最终成功解决了问题。

被折叠的 条评论
为什么被折叠?



