-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
This guide provides detailed instructions for installing the Acode AI CLI Assistant Plugin on your Android device.
There are three ways to install the plugin:
This is the easiest and most straightforward method:
- Open the Acode app on your Android device
- Navigate to Settings → Plugins
- Search for "Renz" in the plugin store
- Tap Install to download and install the plugin
- Tap Enable to activate the plugin
- Restart Acode to complete the installation
If you prefer to install from a local file:
- Download the latest
acode-ai-cli.zipfrom the Releases page - Open Acode app
- Go to Settings → Plugins
- Tap Install from ZIP/Local
- Browse and select the downloaded ZIP file
- Enable the plugin after installation
- Restart Acode app to complete the installation
For developers who want to build from source:
-
Clone the repository:
git clone https://github.com/RenzMc/Acode-Plugin-AI-cli.git cd Acode-Plugin-AI-cli -
Install dependencies:
npm install
-
Build the plugin:
npm run build
-
The built plugin will be available in the
distdirectory -
Package the contents of the
distdirectory into a ZIP file -
Follow the manual installation steps (Method 2) using your custom ZIP file
- Minimum required version: Acode 1.8.0 or higher
- Recommended version: Latest stable release of Acode
- RAM: Minimum 2GB, recommended 4GB or more
- Storage: At least 50MB free space
- Internet Connection: Required for AI provider connectivity
After installing the plugin, you should:
- Restart Acode: This ensures all plugin components are properly loaded
- Check Plugin Status: Go to Settings → Plugins and verify the AI CLI Assistant is enabled
- Configure API Keys: Set up your preferred AI provider credentials
- Test Functionality: Open the AI assistant and try a simple query to verify everything works
If you installed from the Acode Plugin Store, updates will be available automatically:
- Go to Settings → Plugins
- Look for update notifications for AI CLI Assistant
- Tap Update to install the latest version
If you installed manually:
- Download the latest release ZIP file
- Go to Settings → Plugins
- Find AI CLI Assistant in the installed plugins list
- Tap the three dots menu → Update
- Select the new ZIP file
To uninstall the plugin:
- Open Acode app
- Go to Settings → Plugins
- Find AI CLI Assistant in the installed plugins list
- Tap the three dots menu → Uninstall
- Confirm the uninstallation when prompted
Note: Uninstalling the plugin will remove all associated files but will preserve your API keys in the Acode storage.
- Ensure you have the latest version of Acode
- Check your internet connection
- Try clearing the Acode cache and restarting
- Verify you have sufficient storage space
- Check that the ZIP file is not corrupted
- Ensure you're using a compatible version of Acode
- Restart Acode completely
- Check that the plugin is enabled in Settings → Plugins
- Verify your API keys are properly configured
To verify the plugin is correctly installed:
- Open Acode
- Look for the AI CLI Assistant icon in the sidebar
- Try opening the assistant using the keyboard shortcut
Ctrl/Cmd + Shift + A - Check that all keyboard shortcuts are working
- Always restart Acode after installing or updating plugins
- Use the latest stable version of Acode for best compatibility
- Ensure sufficient storage space before installation
- Check internet connectivity if installing from the plugin store
- Backup your projects before installing new plugins (just as a precaution)
If you encounter issues during installation:
- Check the Common Issues documentation
- Visit our GitHub Issues page
- Join our Discussions community for support
- Home
- Getting Started
- Usage Guides
- Advanced Features
- Developer Docs
- Troubleshooting