There was a problem while parsing the package ERROR

So i created an app but when i try to install i get the error there was a problem while parsing the package

My min SDK is android 6 and my device is 9 so there shoudn’t be a problem? ANY HELP PLS

I think it must be by package name

Try something like: com.qrscanner

True but it should be like this

com.domainname.yourappname

/Boban

Package name must be at least one dot (.) And 2 words (before and after dot (.))
For example:
test.test / example.example / your.app

By default developers often put “com. + Anything”, but it’s not the rule!
Try renaming the package to: com.qrscanner (lowercase) which will work

Also sometimes this problem can be solved by restarting phone or regenerating apk.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.