-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getResources return nil in new android version #90
Comments
this happens since the 2.0.3 update:
in 2.0.2, this returns an array with one element containing the application name. In 2.0.3, this returns false. |
according to git bisect, this was caused by 1282c68. I'll make a PR to fix this |
never mind - this was just a config change. instantiate \ApkParser\Parser with Maybe the release notes for 2.0.3 should be updated. |
Hi everyone, I'm also getting this error right now.
$label return |
我提交的那个拉取请求就是解决这个问题的,你可以试下 |
This helped. Thank you for pointing this out. |
when i user getResources returns nil , but i use the apk in examples it works well.
The text was updated successfully, but these errors were encountered: