Error batch processing apk install package

I am trying to create an application (Barcode Scanner), and the problem is that when I try to install it on my Android mobile device, it gives an error while parsing the package. how can i solve any idea please.

thanks

+4
source share
1 answer

Make sure you do not use API methods more than minSdkVersion (defined in AndroidManifest.xml) and your device supports this API

+5
source

Source: https://habr.com/ru/post/1485957/


All Articles