Skip to content
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

Issue with Android P (Access denied finding property "vendor.debug.egl.swapinterval") #1

Open
jaykeerti opened this issue Sep 29, 2018 · 12 comments

Comments

@jaykeerti
Copy link

jaykeerti commented Sep 29, 2018

https://android-developers.googleblog.com/2018/03/cryptography-changes-in-android-p.html

@jaykeerti jaykeerti changed the title Issue with Android P Issue with Android P (Access denied finding property "vendor.debug.egl.swapinterval") Sep 29, 2018
@aagarwal1012
Copy link
Owner

@jaykeerti thanks for raising the issue 😄 I will surely look upon it.

@aagarwal1012
Copy link
Owner

@jaykeerti, this issue is referenced with another Android P issue, have a look at this and tell if the issue is resolved or not. 👍

@kaushalgosaliya5
Copy link

kaushalgosaliya5 commented Nov 30, 2018

Add this line in your manifest file.

<uses-library android:name="org.apache.http.legacy" android:required="false"/>

@theapache64
Copy link

This might fix this issue.

@T4-Shalug
Copy link

still issues is coming on pie , i have used , but issues is not resolved

@aagarwal1012 aagarwal1012 reopened this Mar 29, 2019
@theapache64
Copy link

@droiddevelopersg did you try above solution ?

@madhurvms
Copy link

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

@MamtaBansal8
Copy link

still issues is coming on pie

1 similar comment
@AnkitRana56
Copy link

still issues is coming on pie

@DineshRajput21
Copy link

DineshRajput21 commented Dec 23, 2019

Got one solution

Try this one:

flutter run --enable-software-rendering

Working for me in One plus 6T !

@anglz04
Copy link

anglz04 commented Aug 24, 2020

can anyone plz tell me wat are the modules used here....

@Namr547
Copy link

Namr547 commented Dec 1, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests