Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Unity Android Live Wallpaper Plugin [Open Source]

Discussion in 'Assets and Asset Store' started by Deleted User, Feb 27, 2019.

  1. Deleted User

    Deleted User

    Guest

    Hey there,

    Recently I was working on a project where I needed to create an Android Live Wallpaper Plugin for Unity.
    While working on this plugin I noticed there wasn't much information available online about running live wallpapers on Unity, and where to start.
    The reason I'm creating this post is that I noticed a lot of people were in the same situation, and because of that, now that I've finished working on the project, I've decided to share the plugin with the community.

    GitHub: https://github.com/0xBFE1A8/Unity3dAndroidLiveWallpaper
    Asset Store: [Coming Soon]



    Enjoy!
     
    Circool likes this.
  2. Deleted User

    Deleted User

    Guest

    Work in progress.
     
  3. GreatWalrus

    GreatWalrus

    Joined:
    May 31, 2017
    Posts:
    2
    Code (CSharp):
    1. java.lang.RuntimeException: Unable to instantiate application com.lupin.wallplare.App: java.lang.ClassNotFoundException: Didn't find class "com.lupin.wallplare.App" on path: DexPathList[[zip file "/data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/base.apk"],nativeLibraryDirectories=[/data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/lib/arm, /data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
    2.    at android.app.LoadedApk.makeApplication(LoadedApk.java:1073)
    3.    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5916)
    4.    at android.app.ActivityThread.access$1200(ActivityThread.java:200)
    5.    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1673)
    6.    at android.os.Handler.dispatchMessage(Handler.java:106)
    7.    at android.os.Looper.loop(Looper.java:201)
    8.    at android.app.ActivityThread.main(ActivityThread.java:6806)
    9.    at java.lang.reflect.Method.invoke(Native Method)
    10.    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
    11.    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
    12. Caused by: java.lang.ClassNotFoundException: Didn't find class "com.lupin.wallplare.App" on path: DexPathList[[zip file "/data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/base.apk"],nativeLibraryDirectories=[/data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/lib/arm, /data/app/com.lupin.wallplare-UwMbBO_0PB2QStgnHvnIXA==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
    13.     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:171)
    14.     at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
    15.     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
    16.     at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:50)
    17.     at android.app.Instrumentation.newApplication(Instrumentation.java:1121)
    18.     at android.app.LoadedApk.makeApplication(LoadedApk.java:1065)
    19.     ... 9 more
    20.  
    hello, i build your project and get error "Didn't find class com.test.wallpaper.App on path DexPathList[[zip file /data/app/com.test.wallpaper/thisagfbfkdsgbd\base.apk], nativeLibraryDirectories=[this repeat path/lib/arm64]...
     
    Last edited: Oct 8, 2019