Loading tools/aapt/Command.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ int doDump(Bundle* bundle) const char* filename = bundle->getFileSpecEntry(1); AssetManager assets; void* assetsCookie; int32_t assetsCookie; if (!assets.addAssetPath(String8(filename), &assetsCookie)) { fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n"); return 1; Loading Loading
tools/aapt/Command.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ int doDump(Bundle* bundle) const char* filename = bundle->getFileSpecEntry(1); AssetManager assets; void* assetsCookie; int32_t assetsCookie; if (!assets.addAssetPath(String8(filename), &assetsCookie)) { fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n"); return 1; Loading