From f4de762f26d049b55fac35a3d11ea009d8851081 Mon Sep 17 00:00:00 2001 From: Dandan Sun Date: Fri, 17 Jul 2020 16:43:39 +0800 Subject: [PATCH] Cube 3d live Wallpaper can't be set on android 11 Error log: Didn't find class "com.example.android.livecubes.cube1.CubeWallpaper1" on path: DexPathList[[zip file "/system/app/CubeLiveWallpapers/CubeLiveWallpapers.apk set "installable: true", 3d live wallpaper can be set successfully. Signed-off-by: Dandan Sun Change-Id: I6388a8083a378bacf2eb8841a22cebf6192170ca --- samples/CubeLiveWallpaper/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/CubeLiveWallpaper/Android.bp b/samples/CubeLiveWallpaper/Android.bp index 6f4df0a46..4289dbf2e 100644 --- a/samples/CubeLiveWallpaper/Android.bp +++ b/samples/CubeLiveWallpaper/Android.bp @@ -21,5 +21,5 @@ android_app { dex_preopt: { enabled: false, }, - installable: false, + installable: true, }