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
Getting null pointer exception for build-bundle command
if the argument passed to --output is a file
in the same folder as where bundletool is being executed.
No problem if the argument is a path to a file in a folder.
Problem occurs in BuildBundleCommand.java line 260
because outputDirectory is null and passed as argument to Files.notExists
if output file has no parent.
The text was updated successfully, but these errors were encountered:
Getting null pointer exception for build-bundle command
if the argument passed to --output is a file
in the same folder as where bundletool is being executed.
No problem if the argument is a path to a file in a folder.
Problem occurs in BuildBundleCommand.java line 260
because outputDirectory is null and passed as argument to Files.notExists
if output file has no parent.
The text was updated successfully, but these errors were encountered: