mobile-insight / mobileinsight-mobile

Mobile Network Intelligence Made Easy -- Android version of MobileInsight app
http://mobileinsight.net
Other
88 stars 55 forks source link

Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] #36

Open Mkishore1 opened 3 years ago

Mkishore1 commented 3 years ago

Versions

Description

Currently trying to install Mobile insight "apk" file in Android Rooted Phone Samsung Galaxy J8..

Method 1: Trying to install using apk by allowing the chrome to install from unknown sources....but still the App is not installed Method 2: Trying to install using adb commands steps a)enter in to platform tools b)Right Click +Shift = Opens window power shell next run the command c) adb install Mobileinsght-5.0.0

but gives me an error ..... Performing Streamed Install adb: failed to install Mobile.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Method 3: 1.Install Termux 2.Enter in to root using su command 3.enter the path where file is present 4.Type "pm install Mobileinsight-5.0.0.apk"

gives me the same error Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Please help in resolving the issue

maayte commented 3 years ago

Faced same. It is built for arm64-v8a, most probably you are trying to install to a armeabi-v7a device.

luckiday commented 3 years ago

Please try this version for armeabi-v7a, https://www.dropbox.com/s/svsquo5ddb4to89/MobileInsight-debug-6.0.0.apk?dl=0.