xgouchet / Stanley

An Android app explorer for developers (extract the manifest and other info from any installed application)
Other
94 stars 32 forks source link

Support Unsigned APKs #36

Closed mwarning closed 5 years ago

mwarning commented 5 years ago

If an APK is unsigned Stanley only shows ""Error: packageInfo must not be null".

(I've run into this problem with these apks: https://github.com/mwarning/trigger/releases/tag/v1.9.0)

mwarning commented 5 years ago

Do unsigned packages do not have packageInfo? Or is it just not supported?

xgouchet commented 5 years ago

They'll be supported in the next version of the app. It's just that when fetching the package info I should not request to get signatures

mwarning commented 5 years ago

Ah, I see. Thanks for heads up.