简体   繁体   English

Android应用程式无法在Motorola droid中执行

[英]android app unable run in Motorola droid

Hi i am new to android. 嗨,我是Android新手。 i developed an android app using 2.1 version in eclipse Ganymede. 我使用Eclipse Ganymede中的2.1版本开发了一个Android应用程序。 i used SQLite data base to store data and it will show the stored values when loading page My app is running perfectly in Sony Ericsson Xperia but it was not working in motorola droid which is having os Android 2.1 i dont know what is the cause. 我使用SQLite数据库存储数据,并且在加载页面时会显示存储的值。我的应用程序在Sony Ericsson Xperia中运行完美,但在运行Android 2.1的Motorola droid中无法正常工作,我不知道是什么原因。 is there need to give any special permissions in manifest file to run app in droid or other mobile comapanies or any other issue occured by using the SQLite database? 是否需要在清单文件中授予任何特殊权限才能在droid或其他移动公司中运行应用程序,或使用SQLite数据库发生任何其他问题?

Please respond for my request 请回应我的要求

The short answer is no, there's nothing about SQLite databases that requires any permission. 简短的答案是没有,关于SQLite数据库没有任何需要任何许可的内容。 I have a published app in the market that uses a database and requests no permissions. 我在市场上有一个发布的应用程序,该应用程序使用数据库并且不要求任何权限。 I also happen to know it runs fine on the original Droid because that's the phone I carry. 我也碰巧知道它可以在原始Droid上正常运行,因为这是我随身携带的电话。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM