android-x86

Use proxy in Visual Studio Emulator for Android

拟墨画扇 提交于 2020-01-01 10:48:12
问题 Here is a link to the emulator announcement (included with Visual Studio 15 CTP): https://www.visualstudio.com/en-us/msft-android-emulator-vs.aspx I would like to set up a proxy for the Internet connection in this VM. My purpose is to connect through port 8888 on my host machine so that I could see this Android VM's traffic in my Fiddler. Is this possible? The android settings in the VM itself do not contain any mobile network access points and therefore I can't figure out how to set up a

BiometricPrompt iris and face prompt is not working with Crypto object authentication. #AndroidX

让人想犯罪 __ 提交于 2019-12-21 19:52:02
问题 Issue Biometric authentication iris and face-detection is not prompting with biometricPrompt.authenticate(**crypto**, promptInfo) call. Source reference: Securing data with BiometricPrompt (19 May 2019) One Biometric API Over all Android (30 October 2019) Biometrich API Device used for testing: Samsung S8 (Android OS 9) Steps of Authentication I'm following: val biometricPrompt = BiometricPrompt(...) val promptInfo = BiometricPrompt.PromptInfo.Builder()... biometricPrompt. authenticate

Package xyz has mismatched uid: 10044 on disk, 10045 in settings

最后都变了- 提交于 2019-12-21 01:29:37
问题 I found a simple guide to install an Android-x86 in a VM (guide). Connection to Eclipse and all works fine, but installing my app on the VM fails with following errors: 06-21 22:40:26.390: INFO/PackageManager(2439): /data/app/xyz.apk changed; unpacking 06-21 22:40:26.390: ERROR/PackageManager(2439): Package xyz has mismatched uid: 10044 on disk, 10045 in settings 06-21 22:40:26.390: WARN/PackageManager(2439): Native ABI mismatch from package file 06-21 22:40:26.390: WARN/PackageManager(2439):

How to run Android-x86 4.2 iso on VM VirtualBox?

不打扰是莪最后的温柔 提交于 2019-12-20 09:18:50
问题 I want to use Android-x86 to test and debug my App.I tried other versions of Android-x86 before successfully,but there is an erroe in about android-x86-4.2.So I ask my question here because it may be happen for others: I installed oracle VM virtualBox on Win7 32-Bit,then I downloaded android-x86-4.2-20121225.iso from Android-x86 - Porting Android to x86.After I installed Android x86-4.2 on VirtualBox from iso and creating fake SD Card for it,I tried to run it,but when I started it I saw these

dalvik.system.PathClassLoader can't find jni on Intel devices

自古美人都是妖i 提交于 2019-12-19 10:18:16
问题 I'm having an issue where the dalvik.system.PathClassLoader can't find my jni file on Intel devices. I think it has to do with the structure of an aar dependency I have because once I removed that dependency, the jni file is found without issue. My aar dependency has x86 and arm libraries and my project only has arm libraries. The folder structure is: My Project src jniLibs armeabi libLibraryA.so My AAR dependency Project has: src jniLibs armeabi libLibraryB.so x86 libLibraryB.so With that

Android resource for a specific product

痴心易碎 提交于 2019-12-18 13:08:11
问题 i got this code from Settings app... <string name="about_settings" product="tablet">About tablet</string> <string name="about_settings" product="default">About phone</string> then my questions are: from where at runtime the system load the correct string resource ? What must I do to add a new product? e.g. <string name="about_settings" product="laptop">About laptop</string> 回答1: from where at runtime the system load the correct string resource ? The system does not load this at runtime. The

why most of games from google market do not execute on android x86? [closed]

99封情书 提交于 2019-12-10 14:33:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I installed android x86 on virtual box. Also to test it I download some games from google market. But most of them do not execute. Why most of games from google market do not execute on android x86? 回答1: Most games use native code, whether directly or because they use a system such as Mono or Unity which is

Unable to install some apps from Google Play on customized AOSP: Item is not available. Reason: 9

我的梦境 提交于 2019-12-10 09:38:40
问题 I'm getting the following error when trying to install some apps from Google Play: LibraryUtils.isAvailable: not available restriction=9 DocUtils.getAvailabilityRestrictionResourceId: Item is not available. Reason: 9 I'm running a customized version of AOSP (a customized Android x86 flavor) on x86 hardware. I've researched a lot and there are lots of vague attempts/guesses at answers already on the net but I'm specifically looking for what "Reason 9" refers to. Once I have that, I'm hoping I

Android ICS x86 on VirtualBox with Internet Connection

好久不见. 提交于 2019-12-08 04:53:00
问题 as you can probably think I want to install Android ICS in VirtualBox. I have, but I doesnt have Internet connection. I tried servel tutorials for the last hours but it does not work. I dont want to use the Android Emulator. So can somebody help me? how do you get Internet acces in the Virtual Mashine? Thanks 回答1: I am working on this right now, specifically with ethernet, I found this google group discussion very helpful. Basically what you are going to need to do apply a few patches from

How to emulate SMS on Android-x86 on virtualbox?

房东的猫 提交于 2019-12-08 03:07:59
问题 So the title basically speaks for itself. I've seen other posts about this problem but seems like no one answers to it. Anyway, I'd like to send SMS to Android-x86 on the virtualbox, something like telnet it? Just like how you can do it using the traditional AVD. AVD emulator runs really slow on my machine as I'm using a Windows 7 and AMD Athlon II with only 3GB. And as you can read online, speeding up requires an Intel supporting VT-x. Any thought would be much appreciated. thanks. 回答1: