的minSdkVersion破解程序 [英] minSdkVersion breaking program

查看:119
本文介绍了的minSdkVersion破解程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,每当我想补充

<uses-sdk android:minSdkVersion = "7"></uses-sdk>

我的应用程序拒绝正常工作。用户界面是微型(字体是小和按钮比平时小)。我试着从7-15改变minversion并没有一次成功。我的手机是4.0.4,每当我拿出

my application refuses to work properly. The UI is miniature (the font is small and the buttons are smaller than usual). I tried changing the minversion from 7-15 and none of them worked. My phone is on 4.0.4 and whenever I take out

<uses-sdk android:minSdkVersion> 

它完美的作品。可悲的是谷歌的市场需要这个,我不能上传应用程序无法正常工作。有任何想法吗?如果我需要提供更多的信息,只是问,太感谢你了!

it works perfectly. Sadly google market requires this, and I can't upload the application not working. Any ideas? If I need to give more information just ask, thank you so much!

中的应用主要是一个XML的应用程序,使得没有图形界面,只是天然按钮,并且这样。我现在用的是 Theme.Holo.Light 主题虽然。谢谢!

The application is mainly an XML app, such that there is no graphical interface, just native buttons, and such. I am using the Theme.Holo.Light theme though. Thank you!

推荐答案

最简单的解决方法是可能设置的minSdkVersion 1;这应该给你相同的行为让出来,但允许您将应用程序上传到Play商店。

The easy fix is likely to set minSdkVersion to 1; this should give you the same behavior as leaving it out, but allow you to upload your app to the Play store.

更好的解决方案是将其设置为基于什么API的使用,并在各种设备上测试它,并调整布局的正常进行,适当的值。

The better solution would be to set it to an appropriate value based on what APIs you use and testing it on various devices, and adjust your layouts to work appropriately.

这篇关于的minSdkVersion破解程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆