I'm using aide at the moment since my PC is currently gone.
I'm trying to import the SlidingMenu (Link) library but it doesn't seem that AIDE supports in the form of files (projects).
All I have seen of importing libraries is .jar files. Anyone know if I can import zip files in AIDE? Thanks.
In AIDE, navigate to
AppProjects
and click on "Clone Git Repository here...". Enterhttps://github.com/jfeinstein10/SlidingMenu
for the "Repository URL:" and click "Clone". After it's downloaded, open your project that you want to add it to. Click "Project Properties...", then "Add Library Project...". Click "Ok". Navigate toSlidingMenu
and long-press thelibrary
sub-folder. After it's added, useimport com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
in whichever classes you need.