简体   繁体   English

如何在android的所有sdk versin中测试我的android应用?

[英]How to test my android app in all sdk versin of android?

I developed one application in sdk 2.1. 我在sdk 2.1中开发了一个应用程序。 Now i want to test this in all sdk version. 现在,我想在所有SDK版本中对此进行测试。 I trying to test in 2.2 ,1.6,1.5. 我试图在2.2、1.6、1.5中进行测试。 But all get failed ,all throw exception. 但是所有都失败了,都抛出异常。 what are the changes I need be do in application to work in all sdk? 我需要在应用程序中进行哪些更改才能在所有SDK中正常工作?

Please anyone help me to solve this issues. 请任何人帮助我解决此问题。

Thanks 谢谢

Is your manifest set up to run in all versions of the code you are testing? 是否已将清单设置为在要测试的所有版本的代码中运行? Try looking at the API documentation on the subject. 尝试查看有关该主题的API文档

只需将清单文件中的minsdkVersion设置为3即可,您的应用也将在1.5和1.6上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Facebook SDK开发/测试android应用-我的应用尚未完成且尚未准备好进行审查? - How to dev/test android app with Facebook sdk - while my app is not completed and not ready for review? 无法使用带有Android SDK的Facebook测试我自己的应用 - Can't test my own app using Facebook with android sdk 如何在所有屏幕尺寸上测试 android 应用程序 - How to test android app on all screen sizes 如何在1.6 android中测试我的应用 - How to test my app in 1.6 android 如何在Android 2.3.5中测试我的应用程序? - How to test my app in Android 2.3.5? Android Facebook SDK 如何获取安装我的应用程序的所有好友列表 - Android Facebook SDK How to get all friends list who installed my app 如何测试Facebook用户是否已使用sdk 3安装了我的android应用程序 - How to test if a Facebook user has installed my android application with sdk 3 如何在提交Android应用程序时运行我的Android测试项目 - How to run my android test project on commit of the android app 如何编写一个Android测试来验证我的应用是否符合所有必需的API - How to write an android test which will verify my app hits all required apis 如何无缝地将我的 android 应用从 2.2 降级到 1.5 sdk - How to downgrade my android app from 2.2 to 1.5 sdk seamlessly
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM