Questions tagged [android-7.1-nougat]

Android 7.1 Nougat MR1 (API level 25), successor of Android 7.0 Nougat.

257 questions
4
votes
1 answer

How to Fix MediaRecorder start failed: -2147483648 in Android 7.1.1

I am developing an Android app for recording calls. When I run app in Android 7.1.1 (Nokia 2) MediaRecorder start failed: -2147483648 RuntimeException was given. The Exception has occurred when I start a new call.Complete Logcat for this Exception…
4
votes
2 answers

Application not installing some device Android os N android

I have samsung device s7 edge. Application not installed for live build. Please help me, what is an exactly problem. See this error throw, on Android N os in device.
4
votes
0 answers

Guidelines for "rounded" icon in Android 7.1

Android 7.1 now supports Round Icon Resources. Are there any "hard" specifications/requirements for the rounded icon? So far, I have only seen round icons with a white background, is that mandatory? It would be great to have some information on…
4
votes
1 answer

Issue with DatagramSocket on Android 7.1.1

I'm faced with a very strange issue on QA's Google Pixel with Android 7.1.1 (N_MR1). We use UDP Server and Client for handshake during establish the TCP connection. QA reports that handshake to Pixel doesn't work. After exploring Logcat I found that…
4
votes
1 answer

KeyPairGenerator.generateKeyPair() in Android 7.1.1

We have seen an influx of the following exceptions and only for Android 7.1.1 (API 25). Has something changed in 7.1.1 to make this fail? java.security.ProviderException: Failed to load generated key pair from keystore at…
fobbymaster
  • 1,406
  • 3
  • 14
  • 22
4
votes
1 answer

How do I implement Image & Gif Keyboard in Latest Android 7.1 Nougat

I need to implement Latest Image & Gif Keyboard in Android 7.1 Nougat, see below screen shot. Can you any one please explain how can i acheive that. if explain with example is more appreciable. See this Android Doc Image Keyboard Support
Magesh Pandian
  • 8,789
  • 12
  • 45
  • 60
3
votes
0 answers

Android: Change language android 8(o), Activity resources not updated while app in the background

action:sendBroadcast ACTION_LOCALE_CHANGED: I registered the broadcast in the onCreate() for ACTION_LOCALE_CHANGED. Once broadcast receiver received and localeChanged() method will call. To get the changed locale using the below two APIs. A)…
3
votes
3 answers

AOSP building: replace my own keys with default test-keys

I am building AOSP and I want to sign the build with my own key. There is some official doc about this process here. But I wonder if I can simply turn around all of that process and instead do this things: Delete default android test-keys which are…
Saleh
  • 1,819
  • 1
  • 17
  • 44
3
votes
0 answers

Android 7.1 and 7 Native Crash: libc.so tgkill+12

I'm seeing this native crash with the following stack trace. I have checked other questions similar to this but doesn't found anything similar solution as I have not used TextureView or CardView and I am also sure that it is not due to any library…
3
votes
1 answer

Leanback GuidedStepFragment: How to get view of an action at startup

I have a GuidedStepFragment and I want to get view of one its actions (which is editable),cast it to EditText and hence set some of its parameters like TextColor programmatically. So I should put this code at somewhere in the code: View v0 =…
Saleh
  • 1,819
  • 1
  • 17
  • 44
3
votes
2 answers

Installing an APK on /system/priv-app

I have a rooted TV Box with Android 7.1.2 which didn't come with the Files app (com.android.documentsui), so I can't give write access to external drives. I tried the following steps to install DocumentsUI.apk: move DocumentsUI.apk to…
3
votes
1 answer

Error While Enabling Speaker on Outgoing Call in Oreo/Nougat

I need to turn on loudspeaker during outgoing calls but its throwing exception Below is the code snippet i have used: audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); …
3
votes
1 answer

Video view displaying the can't play dialog in android

I am displaying the videos in a list. After playing the videos one after another it is displaying video can't play error in android naught only in Remaining all the versions are working fine.Please help me to resolve this issue. Below is the my code…
Lassie
  • 984
  • 11
  • 25
3
votes
1 answer

RenderScript: Unable to open shared library: (null)

I wrote a simple application that uses RenderScript to change the camera's preview. There were no issues with other devices except Honor 6X and Nexus 6p both with Android 7.0 where the camera preview only shows a black screen. The error messages are…
3
votes
0 answers

CertPathValidatorException: Trust anchor for certification path not found in Android N

hi I am getting below exception in ANdroid N javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. …
svn
  • 61
  • 5