When i running my app from android studio it's working fine but when I'm installing from build folder then getting alert for Blocked Play Protected. I have tried many solution from like deleting debug.keystore and many more
Asked
Active
Viewed 173 times
0
-
You need to build an apk for that. Build>Build APK. Don't generate a signed APK. You need debug.keystore only for signing the APK. – sanjeev Jun 19 '19 at 12:00
-
@sanjeev I was doing the same. – Rakesh kushwaha Jun 19 '19 at 12:28
-
Maybe this could be of some help https://stackoverflow.com/a/51233170/6514945 – sanjeev Jun 20 '19 at 04:20