-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAMERA / ANDROID: external services no longer available #354
Comments
Also not working when building for API 22 and 29. |
Consider changing loaders/android/AndroidManifest.xml.in#L8 to 21 or remove it's definition completely (which makes it equal to @SYS_ANDROIDAPI@ as per https://developer.android.com/guide/topics/manifest/uses-sdk-element#target); it was introduced in 66d130d as a requirement to go to the Play Store. All of these things are something that Google broke, we can only try to recover out technical debt in this respect or give up. |
@karliwalti what about older Android? Did you try the suggestion above to edit the AndroidManifest.xml.in? If everything runs fine on 21 or older, then this is likely something Android specific. Something Google changed, not specific to LambdaNative. |
Yes, working with API21 resolves the camera issue (but not #372). |
Update: on Android 11 systems, the 'trick' to set API21 no longer works with expected behaviors. Returning from the camera restarts the ln app instead of adding to the process. No crash, but also no picture... |
Should be resolved by merging #380 ? |
As far as I could test, this is indeed resolved. Thank you @peterlew ! |
are no longer working on API 24.
consequently the buttons in
DemoCamera
for Android are not doing anything.The text was updated successfully, but these errors were encountered: