Android Question "Could not find a part of the path"

Didier9

Well-Known Member
Licensed User
Longtime User
I need to update my tax app and I have not done that in a while (I use it every day to enter data but I also use it in the spring to prepare my tax return) and I found a bug in the report generation (Ooh no...).
Trying to reload the same app I have running on the phone, I get the attached error message saying DirectoryNotFoundException
The path exists up to src but there is nothing under src, which I assume the compiler would create when compiling anyways.
This is a Pixel 4a5G with Android 14 (test phone) and Windows 11 Pro.
Being tax season and I promised my data to the accountant this weekend, it has me freaked out a bit.
Any suggestion?
TIA
 

Attachments

  • error.png
    error.png
    45.3 KB · Views: 57
Last edited:

Didier9

Well-Known Member
Licensed User
Longtime User
Did you try to copy your project to another folder (like "C:\MyProjects" and compile?
No but the project folder is in a Sync folder (cloud) and I have several computers configured to share the Sync folder and it works fine on another computer out of the same Sync folder, so it must be some settings on that particular machine. I have had some weird permission issues on that machine in the last few days. I think it's time to be getting a fresh Windows install... (running 11 Pro at the moment).
I may try your suggestion to see what happens.
 
Upvote 0
Top