# uCrop_test **Repository Path**: ylzheng/ucrop_test ## Basic Information - **Project Name**: uCrop_test - **Description**: 测试使用uCrop的简单项目 参考链接 http://blog.csdn.net/little_soybean/article/details/52460222 https://stackoverflow.com/questions/40576029/install-external-library-ucrop - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #uCrop_test If you use Android Studio, it is very easy to include libraries in your project. Just find file named build.gradle in app folder, in dependencies block add something and you don't need to copy files you download from github to the project ``` allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } ``` ``` compile 'com.github.yalantis:ucrop:2.2.1' ``` - lightweight general solution ``` compile 'com.github.yalantis:ucrop:2.2.1-native' ``` - get power of the native code to preserve image quality (+ about 1.5 MB to an apk size)