Skip to content

A Python script to clean android studio auto generated build files

License

Notifications You must be signed in to change notification settings

Dhaval2404/AndroidStudioProjectCleanUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣AndroidStudio Project CleanUp

Releases Language PRWelcome

Built with ❤︎ by Dhaval Patel and contributors

A Python script to clean up android studio auto generated files.

The script has been tested on Windows 🖥️, but it is completely untested on Linux 🐧 and macOS 🍎.

🐱‍🏍Features:

  • Clean up the Following Folders
    • .gradle
    • .settings
    • .cxx
    • .idea
    • .externalNativeBuild
    • build
  • Clean up the file with Following Extentions
    • .iml

💻Setup & Usage

  1. Download and install the Python

  2. Clone or Download this project into your workspace.

    git clone https://github.com/Dhaval2404/AndroidStudioProjectCleanUp.git
    
  3. Set your workspace path into Environment variable.

  4. Execute the script to Cleanup the folder

🎬Preview

✔️Changelog

Version: 1.0

  • Initial Build

Let us know!

We'll be really happy if you sent us feedback. Just send an email to dhavalpatel244@gmail.com And do let us know if you have any questions or suggestion regarding the script.

License

Copyright 2020, Dhaval Patel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.