You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to clone and start a project using the Android Tools Alternate DB repository.
Navigate to Remote Tab in SourceTree window.
Locate Eleven Fifty / -AndroidToolsAltDB
Choose the Clone option.
Set Destination path to the location where you store all of your Android projects.
Create a new project in Android Studio, placing it in the same directory as your cloned project.
Copy all files from your cloned AndroidTools project (DO NOT COPY the .git folder if you are using Finder's 'show hidden files' setting) and paste them into your new project’s folder, replacing all of the existing file structure.
Open the project in Android Studio.
Right click your package name in the project viewer (path is app > java > com, specifically eleven fifty.androidtoolsaltdb) and select Refactor > Rename. When prompted, select Rename package.
Rename the package accordingly, and select ‘Do Refactor’ button at the bottom of Android Studio.