Questions tagged [android-4.4-kitkat]

Android 4.4 (codename KitKat) is API level 19 of the mobile operating system developed by Google.

Google released Android 4.4 (KitKat) on 31 October 2013. The Nexus 5 was the first device to officially ship with it, with Nexus 7 receiving the update soon after.

More Info:

1483 questions
-2
votes
1 answer

Database work slow on android 5

I have been working on device with android 4.4.2 with my database for some time, and I've noticed that when the same database were transfered to device with similar parameters but with Android 5.0.2, database work really sloooow. What could be the…
blackadd3r
  • 13
  • 6
-2
votes
1 answer

Google play Android crash - Native crash at /system/lib/libcutils.so

I am getting crash reports from Google Play. And all those error occur only on Android v4.4.2. I don't known what is causing the crash and how do i fix it. Hope someone can help me. Log: *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***…
manishKungwani
  • 925
  • 1
  • 12
  • 44
-2
votes
1 answer

Add Calendar Event in Android - Android

I am totally new in android app development, i am trying to develop a app which will add an event in my android phone. here is the code which i have tried: Issue : My App is getting crash. AddCalendarEventTestAction.java package…
-2
votes
1 answer

Downgrade Nexus 9 running lollipop to KitKat

I'd like to downgrade my Nexus 9 to android 4.X (KitKat). Is this possible? Thank you
J. Doe
  • 167
  • 9
-2
votes
2 answers

Orientation changes calls onCreate() method every time in android Kitkat

I already know that to stop being called OnCreate method on change of orientation in android. and below is the code for that too. But Its not…
-3
votes
1 answer

How does file system access differ between KitKat 4.2 and Nougat 7.1.1?

I have an app HTMLSpyII that I developed a few years ago when I was an absolute beginner at Android programming. Anyway here it is a few years later, I have been away from programming through this time, it has been running on my Samsung S4 mini…
-3
votes
3 answers

I want to set dynamic theme, so how to get application's theme colorPrimary,colorAccent value in pre-lollipop devices for android?

For API>=21 we get the colorPrimary,colorAccent values using "?attr/colorPrimary" or "?colorPrimary". But it won't works on pre-lollipop devices. It shows some error like below. Thanks in advance. Caused by: java.lang.UnsupportedOperationException:…
Balaji S B
  • 36
  • 6
-3
votes
1 answer

How can I enable USB Debugging and WiFi on a locked phone?

I am on a Android 4.4 'HTC One SV' Phone. I don't know the password and it has asked me for google user and pass, but the wifi is turned off and im not sure if I know the password. USB Debugging is also off and I cant access settings since it is…
-3
votes
2 answers

Apps are not supported in lesser than v5.0(lollipop)

In android studio, i have create new project that run on 2.2(that shows 100% compatibility). The project is about calculation. I have installed on my phone(lollipop), and the app is working properly. But, I tried to install in my friends kitkat…
-3
votes
2 answers

Update Nexus 7 to Android Kitkat

How Can I update the Nexus7 to Android Kitkat? I know that there in no official google Version , but is there a way I can update thru Eclipse?
user2966162
  • 1
  • 1
  • 1
-4
votes
0 answers

Does Nexus 5 emulators not handling android:hint correctly mean property not reliable on Nexus 5?

I had an emulator, API 19, 4.4.4 Android, that would not run with any android:hint attribute of an EditText all through 2019 with updates to Android Studio through that. Error was an XML parsing error, no such property. I know that property exists…
-4
votes
1 answer

My android app works on KitKat but not on Lollipop

I'm making an android app and I have decided to add a contact list. I'm following this lesson from Google and I have copied the code and added all the features to my app, in the directory: xml/layout/images/javacode etc and in my main activity I…
-4
votes
2 answers

Making android app compatible with Kitkat and above versions

I am new to android . I want to have an app does gives backward compatibility also means it should support versions from kitkat and above. If I make Project build target(Properties --> Android) to Android 5.0 (API-21) then it means it will run in…
1 2 3
98
99