We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the https://github.com/broodplank/APKtoJava/archive/master.zip version and I'm getting this error when converting to an Eclipse Project.
Line 309 (File "C:\APKtoJava.au3"):
If $namearray[0] <> "" Then If $namearray^ ERROR
Error: Subscript used with non-Array variable.
Any thoughts? Note: Version 0.7 broke with an error about dex2jar.jar being given invalid input, but did just fine in the master branch version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the https://github.com/broodplank/APKtoJava/archive/master.zip version and I'm getting this error when converting to an Eclipse Project.
Line 309 (File "C:\APKtoJava.au3"):
If $namearray[0] <> "" Then
If $namearray^ ERROR
Error: Subscript used with non-Array variable.
Any thoughts? Note: Version 0.7 broke with an error about dex2jar.jar being given invalid input, but did just fine in the master branch version.
The text was updated successfully, but these errors were encountered: