Bonjour,
J'ai développé une application android.
Je la teste sur mon smartphone samsung galaxy s4 et celle ci fonctionne très bien.
Cependant si je la teste sur un huawei p10 lite, elle ne fonctionne pas exactement pareil.
Je m'explique quand je clique sur un bouton, normalement je vais sur une autre activity. Cependant sur le huawei, lorsque je clique sur le bouton, le smartphone affiche une page blanche et retourne sur l'activité principale.
Voici ce que m'affiche le logcat :
J'ai beau chercher sur internet je ne trouve pas de solution.Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 04-06 19:01:58.064 14483-14483/? I/art: Late-enabling -Xcheck:jni 04-06 19:01:58.229 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_dependencies_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_dependencies_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:58.819 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_0_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_0_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:58.896 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_1_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_1_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:58.959 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_2_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_2_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.026 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_3_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_3_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.089 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_4_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_4_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.150 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_5_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_5_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.210 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_6_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_6_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.271 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_7_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_7_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.359 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_8_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_8_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.425 14483-14483/com.test W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.test-2/split_lib_slice_9_apk.apk --oat-file=/data/dalvik-cache/arm64/data@app@com.test-2@split_lib_slice_9_apk.apk@classes.dex) because non-0 exit status 04-06 19:01:59.434 14483-14483/com.test W/System: ClassLoader referenced unknown path: /data/app/com.test-2/lib/arm64 04-06 19:01:59.442 14483-14483/com.test I/InstantRun: starting instant run server: is main process 04-06 19:01:59.584 14483-14483/com.test W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 04-06 19:02:00.000 14483-14483/com.test I/HwSecImmHelper: mSecurityInputMethodService is null 04-06 19:02:00.016 14483-14483/com.test E/HAL: load: id=gralloc != hmi->id=gralloc 04-06 19:02:00.306 14483-14556/com.test I/System: core_booster, getBoosterConfig = false 04-06 19:02:00.327 14483-14558/com.test I/System: core_booster, getBoosterConfig = false 04-06 19:02:00.336 14483-14483/com.test I/HwSecImmHelper: mSecurityInputMethodService is null 04-06 19:02:00.370 14483-14554/com.test E/HAL: load: id=gralloc != hmi->id=gralloc 04-06 19:02:00.370 14483-14554/com.test I/OpenGLRenderer: Initialized EGL, version 1.4 04-06 19:02:00.375 14483-14554/com.test W/OpenGLRenderer: load: so=/system/lib64/libhwuibp.so dlopen failed: library "/system/lib64/libhwuibp.so" not found 04-06 19:02:00.376 14483-14554/com.test W/OpenGLRenderer: Initialize Binary Program Cache: Load Failed 04-06 19:02:00.376 14483-14554/com.test E/HAL: load: id=gralloc != hmi->id=gralloc 04-06 19:02:00.545 14483-14483/com.test W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
Pourriez vous me dire ce qu'il faudrait que je fasse ?
Cordialement