You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apksparser currently returns an error indicating it can't find an app's version name when in reality the issues is that it can't find the target SDK. The offending code is found here:
apksparser currently returns an error indicating it can't find an app's version name when in reality the issues is that it can't find the target SDK. The offending code is found here:
parcelo/apksparser/src/main/kotlin/app/accrescent/parcelo/apksparser/ApkSet.kt
Lines 244 to 245 in 6a74d57
We should correct this to return a more appropriate error code and message.
The text was updated successfully, but these errors were encountered: