Version: 1.0.1
License: (e.g., MIT, Apache 2.0)
This plugin was originally created by OMAR HAIDAR and is included here with attribution. Original upstream: https://github.com/omar-haidar/IconsRepository-Plugin.
A plugin to help add drawable icons to your Android project on the Code on the Go IDE.
- Supported Code on the Go versions: 26.17 – 26.22
Install using the Plugin Manager in Code on the Go.
Requires:
- JDK 17
- Android SDK with build-tools 37.0.0 and platform 35 (the Gradle build will fetch these automatically if missing)
local.propertiesat the repo root withsdk.dir=<path-to-android-sdk>
Build command:
./gradlew assemblePluginThe signed .cgp artifact is written to build/plugin/icons-repository.cgp. Use ./gradlew assemblePluginDebug for the debug variant.
-
Tap the icon on SideBar.
-
Select and customize the icon you want to add to your project.
See icons-repository.html for the full plugin documentation.