简体   繁体   English

无法在我的Android 2.3.6手机上安装Titanium的应用程序

[英]Can't install Titanium's app on my android 2.3.6 phone

I have been developing an app on Titanium, it runs well in the emulator (a Nexus 5) but I can't install it in my samsung GT-S5360L with Android 2.3.6 (I suspect it because android versions). 我一直在开发一个关于Titanium的应用程序,它在模拟器(Nexus 5)中运行良好但我无法在我的三星GT-S5360L中安装Android 2.3.6(我怀疑它是因为Android版本)。 Titanium recognize my phone. Titanium识别我的手机。

Here the log: 这里的日志:

(Other stuff)
[INFO] :   Making sure the adb server is running
[INFO] :   Installing apk: /home/username/Titanium_Studio_Workspace/appName/build/android/bin/appName.apk
[INFO] :   Installing app on device: GT-S5360L
[ERROR] :  Failed to install apk on "0123456789ABCDEF"

Please let me know if it is necessary some clarification. 如果有必要澄清,请告诉我。 Thanks for your help :) 谢谢你的帮助 :)

you must set the (android:minSdkVersion) to 2.3 in Tiapp.xml 你必须在Tiapp.xml (android:minSdkVersion)为2.3
so you can install you app in android 2.3.6 device 所以你可以在android 2.3.6设备中安装你的应用程序

check this link for more info 查看此链接以获取更多信息
android sdks android sdks

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

相关问题 在Android手机操作系统= 2.3.6上安装delphi应用 - install delphi app on android mobile phone OS =2.3.6 Android无法在我的测试手机Pixel XL上安装我的应用程序,从Eclipse移植到Android Studio - Android Can't Install my App, ported from Eclipse to Android Studio, on my test phone, a Pixel XL 无法使用Titanium Studio 3.1.0在Android SDK中执行我的应用 - Can't execute my app in Android SDK with Titanium Studio 3.1.0 为什么 Android Studio 不会在我的手机上安装我的应用程序 - Why Android Studio won't install my app on my phone 流星构建应用程序无法安装在Android手机上 - meteor build app can't install on android phone 为什么我的Flutter真机安装不了Android? - Why can't I install Flutter app in real Android phone? 无法在我的手机上安装 Android Studio apk - Can't install Android Studio apk on my phone 无法在Android手机上运行我的应用 - Can't Run My App on My Android Phone 我为Android手机使用了adb安装方法。 我在手机上找不到ap - I used the adb install method for my android phone. I can't find the ap on my phone 在Android手机上安装后,我的Android应用程序显示“未安装应用程序” - My android app after installing on android phone says “app isn't install”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM