-
-
Notifications
You must be signed in to change notification settings - Fork 30
Importing Project
Jahir Fiquitiva edited this page Jul 28, 2023
·
5 revisions
First of all install Android Studio Kotlin plugin
- Go to File->Settings->Plugins->Install plugin
- Search for Kotlin plugin
- Install it
- Restart Android Studio when install finished
How to import Kuper project into Android Studio
- Download the project from Github Page by using
clone or download
button located undercode
tab. Or just click this link - Unzip the project file and put into desired directory.
- Open Android Studio and open the project folder using 'Open an existing Android Studio project' option.
- Expand following directories
/app/src/kotlin
. - Right click on
kotlin
directory. - Choose
new > package
. - Enter your package name into the window eg.
com.package.name
. - From expanded default package directory
dev/jahir/kuper/app
select all*.kt
files and cut them (using ctrl+x). - Paste these files into your own package directory.
- Delete default (now empty) package directory.
Note
In case of issues, select File → Invalidate Caches, check Clear file system cache and local history, and click Invalidate and Restart.
Copyright 2022 by Jahir Fiquitiva. This work is licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License.
This list represents the step-to-step process to setup Kuper. It's organized so it's easier to follow. (Although you can do it in the order you want.)
- First steps
- Setting
build.gradle
up - Setting
AndroidManifest.xml
up - Change app icons
- Setting colors up
- Setting
MainActivity.kt
up - Setting
strings.xml
up - Setting
kuper_setup.xml
up - Setting
frames_setup.xml
up - Setting custom styles
- Adding Zooper widgets
- Adding Kustom assets
- Setting up Credits
- Optimize your wallpapers
- Setting up the wallpapers JSON file
- Enabling notifications
- Update your app's changelog
- Publish your app! 😃
- Update to latest version