zynkware / Document-Scanning-Android-SDK

Document Scanner is an Android library (kotlin based) for scanning documents based on CameraX API and a tiny version of OpenCV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android app is supported by 0 devices

Dankospark-team opened this issue · comments

Hi

Thanks for the Awesome work on this and making this available.

When publishing to the Play store, 0 Devices are available.

I suspect that this permission:

needs the android:required="false" flag as per this post:
https://stackoverflow.com/questions/14020237/android-app-is-supported-by-0-devices

Could you possibly look into this?

Kind Regards,
Henno Bakker

@iulian-buzila , I agree with @Dankospark-team . Had the same issue. The moment I removed library the supported devices bounced to 9k+ as expected. My assessment is "camera2" usage in the manifest is causing this issue. Another stack-overflow link (if it helps :)

https://stackoverflow.com/questions/52760131/my-app-compatible-with-0-devices-android

Can confirm that this is the issue. In the end I just added the project as a module and published to Playstore with success.

Same issue still exists.

big problem, any solution?

I bumped into this issue as well. Any solutions from anyone?

I had the same issue. I fixed it by overriding the camera feature in my manifest.

<uses-feature
        android:name="android.hardware.camera2"
        android:required="false"
        tools:replace="required"/>

Sorry for late response.
You guys can try a new version 1.1.1 if still use this library
74a10c9

commented

too late for 2 years, I have some forum + skype communites then I warn them to avoid this lib