Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # no_available_camera If your compileSdkVersion and targetSdkVersion is 30 (or above), then add the following to your Android manifest: <code> <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> </code> That should resolve your issue. ## Ref - https://stackoverflow.com/questions/63953363/flutter-platformexceptionno-available-camera-no-cameras-available-for-taking open/no-available-camera.txt Last modified: 2024/10/05 06:15by 127.0.0.1