I am facing same problem, works perfect
with companion,
after apk install does not works.
I am facing same problem, works perfect
with companion,
after apk install does not works.
I’m facing same problem with camera component
Yes same here…
@archet
@Roshan_Hemrajani
@saddam_horti786
@unveryalincak
which Android version are you using for your tests?
in case this is Android 10, see here
Taifun
Mine is version 8.0.0
Version Android 10
mine is 8.1.0
The camera component no longer requests WRITE permission automatically (it’s a bug). You have to ask for it manually:
Note : WRITE_EXTERNAL_STORAGE is sufficient as it implicitly grants READ permission. So no need to ask for READ permission.
Unfortunately it did not work for me.
Before this I was looking at the app permissions on Android settings and found it has camera and storage permissions, so it should work, but unfortunately it doesn’t.
still not working.
If you have not asked for WRITE permission manually, the app has no storage permission (on devices with API ≥ 23, Android ≥ 6).
So try this APK (withou asking for WRITE perm.): camera.apk (4.8 MB)
and this (with manually asking for WRITE): cameraTest2.apk (4.8 MB)
or this:
At this point I am lost!
I tried all of three apps (camera, cameraTest2 and CamTest2) and they work normally, but when I write a simple test app with a button and a camera component and ask for permission “WRITE_EXTERNAL_STORAGE”, the app doesn’t work. (???)
May I have or see the .aia files of the apps?
I fixed missing permission request and else local.
We have to verify now that it works.
Then we can release the fix soon.
I suggest you post your aia or the blocks so we can tell you where your problem is.
Unfortunately it did not work for me too.
Hello,
i have the same problem and tried the examples. (Android 9)
I tried to recreate the example but it doesn’t work, the same runtime error as in the first post. Am I doing something wrong?
Here are my blocks:
Yes, my blocks are the same, there is nothing special to it, yet it doesn’t work!