-
Notifications
You must be signed in to change notification settings - Fork 25
Setting up the package
Sarsa Murmu edited this page Jul 1, 2024
·
4 revisions
Latest version of
- Android Studio
- Android SDK Build Tools
- SDK Platform
The last two will automatically get installed, so you need to only install Android Studio.
First, download the sample project. Click here to download the ZIP, save it.
- Find the file that you have just downloaded.
Extract it (You can find something like
Extract Here
orExtract All
). Rename the folder to whatever you want (like your icon pack's name). This folder is our project folder. - Open Android Studio. Choose
Open
. Locate and choose your project folder.
Let the Gradle sync for the first time. Wait until it finishes.
- If you're using Android View open the following directory
app/java
. If you're using Project View openapp/src/main/java
. - Right-click on it. Choose
New > Package
- Enter package name, and this will be our app's package name. Ex.
com.yourname.appname
. - Select
activities
,applications
,licenses
andservices
packages. Cut them (Ctrl+X). Paste them into your newly created package. Delete the blank package.
- In Android Studio go to
Edit > Find > Replace in Files
- In the first text input box write
com.candybar.sample
and in the second input box write your app's package name - Choose
In Project
- Click
Replace All
- Do Gradle Sync
If you want more help then join Our Telegram Group.
- Wallpaper JSON
- Setting up the Config JSON
- Advanced Dashboard configurations
- Changing fonts
- Changing navigation drawer icons
- Changing icons of the apply section
- Replacing icon names in icon preview
- Enabling OneSignal notifications
- Enabling InApp purchases (donations and premium requests)
- Customizing the analog clock widget
- Enabling Kustom presets