Image-Steganography-Library-Android
Image-Steganography-Library-Android copied to clipboard
Issue with Android P (Access denied finding property "vendor.debug.egl.swapinterval")
https://android-developers.googleblog.com/2018/03/cryptography-changes-in-android-p.html
@jaykeerti thanks for raising the issue 😄 I will surely look upon it.
@jaykeerti, this issue is referenced with another Android P issue, have a look at this and tell if the issue is resolved or not. 👍
Add this line in your manifest file.
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
This might fix this issue.
still issues is coming on pie , i have used
@droiddevelopersg did you try above solution ?
Access denied finding property "vendor.debug.egl.swapinterval" RenderThread: type=1400 audit(0.0:21818): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=16972 scontext=u:r:untrusted_app:s0:c139,c256,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0
this is the issue we RE FACING IN ANDROID PIE
still issues is coming on pie
still issues is coming on pie
Got one solution
Try this one:
flutter run --enable-software-rendering
Working for me in One plus 6T !
can anyone plz tell me wat are the modules used here....
Add this line in your manifest file.
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
WHere to add in <application or where?