简体   繁体   English

最低sdk版本设置为api级别15 android 4.0.3的Android应用程序无法在软糖豆设备上运行

[英]Android app not working on jelly bean device while minimum sdk version set to api level 15 android 4.0.3

I am new to android studio . 我是android studio的新手。 I have coded an app for record keeping. 我已经编写了一个用于记录保存的应用程序。 When I built it, I had set minimum android version to android 4.0.3. 构建它时,我已将最低android版本设置为android 4.0.3。 I have built this app completely. 我已经完全建立了这个程序。 and also run on my own device running Android 6.0 It is also working fine on lollipop but not working on jelly bean and kitkat. 并且可以在运行Android 6.0的我自己的设备上运行。它在棒棒糖上也可以正常工作,但在软心豆粒糖和kitkat上则不能工作。 Please help I have to use this app on jelly bean. 请帮助我必须在软心豆粒糖上使用此应用程序。 I am using Android Studio. 我正在使用Android Studio。 All api level sdk are installed in Android sdk. 所有api级sdk均安装在Android sdk中。

I had the same problem. 我有同样的问题。 I shared my application to the jelly bean phone via SHAREit from my lollipop phone. 我通过棒棒糖手机上的SHAREit将应用程序共享到了果冻豆手机上。 My application never opened. 我的应用程序从未打开。 It always gave me an 'unfortunately stopped' message. 它总是给我一个“不幸停止”的信息。

This time, I installed the application into the jelly bean through usb connect. 这次,我通过usb connect将应用程序安装到了软心豆粒糖中。 Learn it from here . 这里学习。 This may still cause your application to crash if your code is erroneous. 如果您的代码错误,这仍然可能导致您的应用程序崩溃。 But this method will help you find where your errors are. 但是这种方法将帮助您找到错误所在。 You can find statements about your errors or about the cause of failure in the logcat window of your android studio. 您可以在android studio的logcat窗口中找到有关错误或失败原因的语句。 Logcat window usually will open at the bottom of the ide once you run your application onto your phone. 一旦在手机上运行应用程序,Logcat窗口通常会在ide的底部打开。

暂无
暂无

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

相关问题 在具有更新的Android版本的设备中重建和运行android程序时出错(androidapi 15 rev1至api 15 rev2) - Error while re building and running the android program in device with updated Android version(androidapi 15 rev1 to api 15 rev2) Facebook Android SDK需要API 15:Android 4.0.3或更高版本。 我应该使用tools:override强制使用吗? - Facebook Android SDK requires API 15: Android 4.0.3 or higher. Should I use tools:override to force usage? 如何在针对api 15级的Android中对项目的矢量进行排序? - how to sort vector of items in android while targeting api level 15? 以编程方式为Android API 14和15级设置Thumb Drawable - set Thumb Drawable programmatically for Android API level 14 & 15 Android Jelly Bean不支持PullToRefreshListView - PullToRefreshListView not supported in Android Jelly Bean 带有SQLite的Android App在ICS中运行,但在Jelly Bean中不运行-IllegalStateException - Android App with SQLite runs in ICS but not Jelly Bean - IllegalStateException 问:Android Project Minimum SDK - API-15(ICS)与API-16(JellyBean) - Q: Android Project Minimum SDK - API-15 (ICS) versus API-16 (JellyBean) 仅具有API级别15的模拟器上的Outofmemoryerror - Outofmemoryerror on emulator with API level 15 only Android 如何在Eclipse中定位Android 4.1 Jelly Bean - How to target Android 4.1 Jelly Bean in Eclipse 拦截已扎根的Android(Jelly Bean)中的来电 - Intercept incoming call in a rooted Android (Jelly Bean)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM