Android Question Debut: "Cannot find: [blank]"

Scotter

Active Member
Licensed User
Hi -

I had the issue with my first compile of simple program telling me it couldn't find aapt.exe.
So I searched this forum and found I needed to copy the file over, along with the "lib" folder to the platform-tools folder. Done. Fixed.

Now when I try to compile, it says "Cannot find:" with empty space after that; does not name the file it cannot find.

See attached screenshot.

Thanks!
 

Attachments

  • bug-cannot-find-file.png
    bug-cannot-find-file.png
    18.5 KB · Views: 205

Erel

B4X founder
Staff member
Licensed User
Longtime User
Moved to the questions forum.

So I searched this forum and found I needed to copy the file over, along with the "lib" folder to the platform-tools folder. Done. Fixed.
Sounds like a mistake.

Follow the installation instructions: https://www.b4x.com/b4a.html#installation

Make sure to start with a new empty folder for the SDK.
 
Upvote 0
Top