Skip to content
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

I keep getting error that the file doesn't exist #73

Open
AndroidDeveloperLB opened this issue Dec 2, 2024 · 3 comments
Open

I keep getting error that the file doesn't exist #73

AndroidDeveloperLB opened this issue Dec 2, 2024 · 3 comments

Comments

@AndroidDeveloperLB
Copy link

v1.9.7.

Steps:

  1. Run emulator API 27
  2. Put some PNG image file into "Pictures" folder, as for some reason the app accepts files only from there
  3. Run the app (from here), choose the file, and try to do anything with it.

It just keeps failing to do anything with it. I also tested on Pixel 6 with Android 15. Still failed.

I also can't find where do I put the scale or target image resolution that I want to have.

Maybe it needs to be updated, or something?
I wish there was an easy way to use this, as a library. A dependency we can use with a builder of the configurations, being able to have input Bitmap and output Bitmap, and not just files.

Anyway, here's the reproduction video:

2.zip

@tumuyan
Copy link
Owner

tumuyan commented Dec 2, 2024

  1. I test in emulator API 28, it could load the image.
    image

your emulator load image fail. maybe the logcat shows some information.
image

  1. Yes, the app only open image from picture folder, or you could open a image and share it to the app.
  2. reset cache and it will be different
    image

because I have only package armv8 (without x86 or armv7) elf files, the emulator couldn't run the next step.

@AndroidDeveloperLB
Copy link
Author

@tumuyan Sorry but I don't understand. What did I do wrong?
I chose the image, and the app failed to do anything with it. What's there to reset? Why "reset cache" if I just started to use the app?

@tumuyan
Copy link
Owner

tumuyan commented Dec 8, 2024

When the app is launched for the first time, it automatically extracts resources to the cache directory. If this extraction process is interrupted unexpectedly, some files may be missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants