-
Notifications
You must be signed in to change notification settings - Fork 35
Description
The JFrog plugin for Android Studio is unable to correctly scan an Android Gradle project where I am using the Android Studio 2022.2.1 Patch 2 Flamingo with the JFrog plugin at version 2.2.6.
Below is the error message:
`JFrog Xray scan failed
[ERROR] InterruptedException: : InterruptedException: java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1048) at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) at com.jfrog.ide.idea.scan.ScannerBase.lambda$createRunnable$2(ScannerBase.java:340) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833`