sqlcipher / sqlcipher-android-tests

A collection of tests that can be run on an emulator or device to verify SQLCipher for Android.
Other
94 stars 66 forks source link

More than one file was found with OS independent path #31

Closed simtse closed 4 years ago

simtse commented 4 years ago

I just checked out the repo and tried to start the :app onto my emulator and OnePlus device and I fails within a few seconds

> Task :app:transformNativeLibsWithMergeJniLibsForDebug FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.
> More than one file was found with OS independent path 'lib/x86/libsqlcipher.so'

I have my own repo that has a Proof-of-concept using SqlCipher on emulator. But I closed that Android Studio down and I'm building do the OnePlus. So I'm not sure where this might be coming from.

developernotes commented 4 years ago

Hi @simtse

I haven't experienced that issue building the test suite before. What version of Android Studio are you using, and on what platform?

simtse commented 4 years ago

I'm using Android Studio 3.5.3 image

developernotes commented 4 years ago

Hi @simtse

Can you try fist performing a Clean Project from the Build menu, then File → Invalidate Caches / Restart to see if that addresses the issue?

stale[bot] commented 4 years ago

Hello, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "bug", "enhancement", or "security" and I will leave it open. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.