-1

I'm new to Android and I was given some .apk files (not created by me) with malware that I'm trying to run on the Android emulator for testing purposes
(trying to get app's system call data using strace).

I have checked several places online, but I'm stuck trying to install the .apk file.
When I run the following command :

./adb install filename.apk

I'm getting this error:

Failure [INSTALL_FAILED_DEXOPT]

Any help is greatly appreciated!

boraseoksoon
  • 2,164
  • 1
  • 20
  • 25
jbisa
  • 141
  • 1
  • 2
  • 11

1 Answers1

0

Just Drag and drop apk into your Android emulator. its automatically install by it self.

Mehul Kabaria
  • 6,404
  • 4
  • 25
  • 50