Known Issues

Performance Injector on Windows

  • Input files with non-ANSI characters in their names may fail to inject with a ‘FileNotFoundException’ error message. This is due to a long-standing issue in Windows itself which uses ‘code pages’ to process command arguments rather than UTF-8 or UTF-16 like every other major OS.

  • .apks can sometimes contain files whose name include characters that are illegal on Windows filesystems such as ‘|’ or ‘&’. In this case the .apk cannot be unpacked and injection will fail. This is an issue in a 3rd-party library which we are working to resolve.

Last updated on