Questions tagged [android-4.0.3-ice-cream-sandwich]

Android 4.0.3 (ICE_CREAM_SANDWICH_MR1) is an incremental release of the Android 4.x (Ice Cream Sandwich) platform family.

API Level: 15

Android 4.0.3 (ICE_CREAM_SANDWICH_MR1) is an incremental release of the Android 4.x (Ice Cream Sandwich) platform family.

See More

6 questions
128
votes
11 answers

Javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: Failure in SSL library, usually a protocol error

I am trying to run the following code in android URLConnection l_connection = null; // Create connection uzip=new UnZipData(mContext); l_url = new URL(serverurl); if ("https".equals(l_url.getProtocol())) { System.out.println("<<<<<<<<<<<<<…
10
votes
5 answers

Unable to create emulator with Android version 4.0.3

I need to test my android app with android version 4.0.3 but I am unable to create an emulator with this Android version. Please check following screenshots for more details: Installed Intel x86 system image for version 4.0.3: No option for 4.0.3…
5
votes
3 answers

Android Orentation Changes

I have a simple Activity called SingleTouchTest to make sense of screen touches. What is strange is that SingleTouchTest starts in whatever orientation I'm in but rotating the device does not result in screen rotation. My test device is an Acer A100…
1
vote
2 answers

Multidex problem on API 14 - API 19 (Android 4.X) with targetSdkVersion 27

I have used compileSdkVersion 23 buildToolsVersion "23.0.3" defaultConfig { minSdkVersion 14 targetSdkVersion 23 ... multiDexEnabled true } dependencies { compile 'com.android.support:multidex:1.0.1' ... } in the…
0
votes
1 answer

Youtube video embedded with iframe not playing on Android 4.0.3

I have the code for playing YouTube in WebView on Android. It works well on new phones (Android 4.4, 5.1, 6, 7 OS) but when I tried it on Android 4.0.3 it opens the YouTube frame with controls and after clicking on button play in the midle the gray…
0
votes
1 answer

Android CheckBoxPreference minmum sdk version

I am developing android application with following app build gradle configuration: apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.test.app" …
zensoft
  • 1
  • 3