UniClipboard | Simple clipboard plugin for unity | Plugin library
kandi X-RAY | UniClipboard Summary
kandi X-RAY | UniClipboard Summary
UniClipboard is a plugin for using OS dependent clipboard at Unity. It works iOS, Android OS, Unity Editor at simple interface.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UniClipboard
UniClipboard Key Features
UniClipboard Examples and Code Snippets
Community Discussions
Trending Discussions on UniClipboard
QUESTION
This game has been out for several years, and has accumulated lots of old dependencies, like old versions of Swrve, IronSource, Crashlytics (using Fabric), Facebook, and others. I'm in the process of updating them, which caused all sorts of conflicts and build failures.
I am stuck on this latest build failure:
...ANSWER
Answered 2020-Nov-04 at 06:44I ended up solving this by writing a utility that traverses the contents of the .apk directory, finding .jar and .aar files, and unzipping them into subdirectories. This could be done manually, without a script, as well. You see references to these files in the log lines containing Mimetime_gradle2.apk/Star Horse/
in this project.
After unzipping all of these, it was simply a matter of searching the parent directory recursively for references to the library called out in the output of the gradle command using --stacktrace. In this case it was com.google.auto.value.extension.memoized.Memoized
Then it was simply a matter of removing one of the libraries that contained it from the Unity project. In this case it was an outdated copy of another library which was included with ExternalDependencyManager
.
The difficulty is that you need to export a gradle project from the Unity build menu, rather than build the APK directly. Then you need to copy the command for the specific version of gradle that your specific version of Unity uses, and run it with the --stacktrace option in order to get the output you need to identify the duplicate package. THEN you can unzip the resultant build directory (which takes the place of the APK file) and search it for the offending package.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install UniClipboard
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page