-1

Getting error while installing APK via android studio

pkg:/data/local/tmp/com.securetech.mobilinkbiometricmodule Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

$ adb shell pm uninstall com.securetech.mobilinkbiometricmodule Unknown failure (Failure) Error while Installing APK

W4R10CK
  • 5,502
  • 2
  • 19
  • 30
Afzaal Iftikhar
  • 233
  • 2
  • 5

1 Answers1

2

There are some android standards in coding structure that we should always follow. This issue have different reasons like:

Your app package name should be always in small letters.

In manifest your activity should be define either with package name or it should have '.' At start of it's name.

Ready Android
  • 3,529
  • 2
  • 26
  • 40