Android Question Missing slidingmenu.aar file - cannot compile

Jimdriver2

Member
Licensed User
Longtime User
I'm wanting to put a sliding menu in my app, and was following the example here:

https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/

But when I downloaded that project to look at it on opening it and on compilation I get the following error:

Could not find file 'F:\Applications\Basic4android\libraries\slidingmenu.aar'.

I'm using B4A 8.5 so it shouldn't be the issue that I've a too old version of B4A, but what I've read on here suggests missing the file indicates I've an old version.

Can someone please help? Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
sounds like you are reusing an old SDK

Are you using the B4A SDK Manager? Did you setup a new SDK for B4A?

You can find the Setup-Instructions here. https://www.b4x.com/b4a.html
You also can watch this Video as it describes it clearly.

Start with a new Blank folder like you see in the Video.
 
Upvote 0

Jimdriver2

Member
Licensed User
Longtime User
sounds like you are reusing an old SDK

Are you using the B4A SDK Manager? Did you setup a new SDK for B4A?

You can find the Setup-Instructions here. https://www.b4x.com/b4a.html
You also can watch this Video as it describes it clearly.

Start with a new Blank folder like you see in the Video.

Thanks.

Just to clarify are you saying I should start with a new folder for the Android SDK, just start that part of the installation from scratch? Or should I do the whole installation from start?

I'm a bit confused because the file missing says it should be in the B4A installation folder and not in the Android SDK. The B4A SDK manager works fine for me and everything that says it should be installed has been. I'm still missing that file though.
 
Upvote 0
Top