摘要:
question:checking operating system version: must be 5.1 or 5.2. Actual 6.1 Failed.Make Changes in following two files:1. database\install\oraparam.ini : Change entry Windows=5.0,5.1,5.2,6.0 to Windows=5.0,5.1,5.2,6.0,6.12. database\stage\prereq\db\refhost.xml: Include a tag for 6.1 also. (Similar to 阅读全文
摘要:
1、ActivityManager: Warning: Activity not started, its current task has been brought to the front问题分析:模拟器中已经有一个实例在运行。解决方法:退出模拟器中运行的程序,再次运行即可解决!(打开当前Android AVD 按ESC键直到android 系统Home界面)2、Unfortunately ...has stopped问题分析:应用程序异常终止解决方法:具体分析配置文件AndroidManifest.xml 最初我遇到的问题是因为在使用intent的过程中存在两个activity,但是第二 阅读全文