Status Update
Comments
rk...@google.com <rk...@google.com> #2
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide at
bo...@google.com <bo...@google.com>
ni...@gmail.com <ni...@gmail.com> #3
The Android Studio Emulator is intended to be used by app developers to test their app. It is not intended to be used as a device substitute to run arbitrary apps.
rk...@google.com <rk...@google.com> #4
01-22 15:23:21.901 10125 1530 1890 W PackageParser: Unknown element under <manifest>: queries at /data/user_de/0/com.google.android.gms/app_chimera/m/0000002b/AdsDynamite.uncompressed.apk Binary XML file line #15
01-22 15:23:21.901 10192 2330 2330 D nativeloader: Load /data/app/~~jRX02LmVq378K5PPvaIrSA==/com.YoStarEN.AzurLane-Kyo_N9BP7PndEwga1ody0w==/lib/arm64/libmain.so using ns clns-7 from class loader (caller=/data/app/~~jRX02LmVq378K5PPvaIrSA==/com.YoStarEN.AzurLane-Kyo_N9BP7PndEwga1ody0w==/base.apk!classes2.dex): ok
01-22 15:23:21.902 10125 1530 1890 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite
01-22 15:23:21.902 10125 1530 1890 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0
01-22 15:23:21.902 10125 1530 1890 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite
01-22 15:23:21.903 10192 2330 2330 E nativebridge: not compatible with version 7, getTrampolineFnPtrWithJNICallType() isn't invoked
01-22 15:23:21.903 10192 2330 2330 F StarEN.AzurLane: class_linker.cc:457] Check failed: native_method != nullptr boolean com.unity3d.player.NativeLoader.load(java.lang.String)
I suspect Unknown element under <manifest>
is something important here. Maybe ask the app owner.
rk...@google.com <rk...@google.com>
di...@google.com <di...@google.com> #5
"01-22 15:23:21.903 10192 2330 2330 E nativebridge: not compatible with version 7, getTrampolineFnPtrWithJNICallType() isn't invoked"
It looks like android runtime was upgraded for U (34) to the version used for V... this error message was introduced in V.
di...@google.com <di...@google.com> #6
we probably need to disable art updates on emulator.
rk...@google.com <rk...@google.com> #7
Hi Vladimír, could you please take a look? This issues could be similar to
le...@google.com <le...@google.com> #8
Also re-iterating
rk...@google.com <rk...@google.com> #9
Niko, please try using API35 instead.
ni...@gmail.com <ni...@gmail.com> #10
I'll give API 35 a try next.
vm...@google.com <vm...@google.com> #11
rk...@google.com <rk...@google.com>
le...@google.com <le...@google.com> #12
Hey
ju...@google.com <ju...@google.com> #13
Please create a shadow bug and assign it to
le...@google.com <le...@google.com> #14
I assume Roman is managing this bug.
Description
Android Studio Version: Unknown
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 35.3.11-12836668
Hypervisor Version: WHPX 10.0.19045
Android SDK Tools: invalid
Host Operating System: Windows 10 Pro
CPU Manufacturer: AMD CPU
Hyper-V Root Partition
64-bit CPU
RAM: 16308 MB
GPU: GPU #1
Make: 10de
Model: NVIDIA GeForce GTX 1660 Ti
Device ID: 2182
Build Fingerprint: google/sdk_gphone64_x86_64/emu64xa:14/UE1A.230829.036.A4/12096271:user/dev-keys
AVD Details: Name: Medium_Phone_API_34
CPU/ABI: x86_64
Path: C:\Users\nikos\.android\avd\Medium_Phone_API_34.avd
Target: google_apis_playstore [Google Play] (API level 34)
Skin: 1080x2400
SD Card: 512 MB
AvdId: Medium_Phone_API_34
PlayStore.enabled: true
avd.ini.displayname: Medium Phone API 34
avd.ini.encoding: UTF-8
disk.dataPartition.size: 45G
fastboot.chosenSnapshotFile:
fastboot.forceChosenSnapshotBoot: no
fastboot.forceColdBoot: yes
fastboot.forceFastBoot: no
hw.accelerometer: yes
hw.arc: false
hw.audioInput: yes
hw.battery: yes
hw.camera.back: virtualscene
hw.camera.front: emulated
hw.cpu.ncore: 6
hw.dPad: no
hw.device.hash2: MD5:3db3250dab5d0d93b29353040181c7e9
hw.device.manufacturer: Generic
hw.gps: yes
hw.gpu.enabled: yes
hw.gpu.mode: host
hw.initialOrientation: Portrait
hw.keyboard: yes
hw.lcd.density: 420
hw.lcd.height: 2400
hw.lcd.width: 1080
hw.mainKeys: no
hw.ramSize: 8048
hw.sdCard: no
hw.sensors.orientation: yes
hw.sensors.proximity: yes
hw.trackBall: no
image.sysdir.1: system-images\android-34\google_apis_playstore\x86_64\
runtime.network.latency: none
runtime.network.speed: full
showDeviceFrame: no
skin.dynamic: yes
skin.path.backup: _no_skin
tag.display: Google Play
vm.heapSize: 1000
Steps to Reproduce Bug: Open the app after they push a new update (not through google play store) and is needed to be downloaded through said app.
Expected Behavior: Open and give prompt to download said update.
Observed Behavior: App closes almost instantly.