ECLIPSE ANDROID PROJECT IMPORT SUMMARY======================================Ignored Files:--------------The following files were *not* copied into the new Gradle project; youshould evaluate whether these are still needed in your project and ifso manually move them:* .factorypath* .gitignore* README.md* ic_launcher-web.png* proguard-project.txtReplaced Jars with Dependencies:--------------------------------The importer recognized the following .jar files as third partylibraries and replaced them with Gradle dependencies instead. This hasthe advantage that more explicit version information is known, and thelibraries can be updated automatically. However, it is possible thatthe .jar file in your project was of an older version than thedependency we picked, which could render the project not compileable.You can disable the jar replacement in the import wizard and try again:android-support-v4.jar => com.android.support:support-v4:21.0.3Moved Files:------------Android Gradle projects use a different directory structure than ADTEclipse projects. Here's how the projects were restructured:* .apt_generated\ => app\src\main\java\* AndroidManifest.xml => app\src\main\AndroidManifest.xml* assets\ => app\src\main\assets\* bin\res\ => app\src\androidTest\res\* lib\BadgeView\ => app\src\main\java\* lib\gson\ => app\src\main\java\* lib\Volley\ => app\src\main\java\* libs\android-async-http-1.4.9.jar => app\libs\android-async-http-1.4.9.jar* libs\butterknife-5.1.2.jar => app\libs\butterknife-5.1.2.jar* libs\httpclient-4.4.1.1.jar => app\libs\httpclient-4.4.1.1.jar* libs\jsr305-3.0.0.jar => app\libs\jsr305-3.0.0.jar* libs\libammsdk.jar => app\libs\libammsdk.jar* libs\nineoldandroids-2.4.0.jar => app\libs\nineoldandroids-2.4.0.jar* res\ => app\src\main\res\* src\activity\ => app\src\main\java\* src\aidl\ => app\src\main\java\* src\aidl\com\exmyth\wechat\aidl\IRemoteAIDL.aidl => app\src\main\aidl\com\exmyth\wechat\aidl\IRemoteAIDL.aidl* src\aidl\com\exmyth\wechat\aidl\service\IRemoteService.java_ => app\src\main\resources\com\exmyth\wechat\aidl\service\IRemoteService.java_* src\app\ => app\src\main\java\* src\arcmenu\ => app\src\main\java\* src\commonAdapter\ => app\src\main\java\* src\drawer\ => app\src\main\java\* src\imageloader\ => app\src\main\java\* src\indexablelist\ => app\src\main\java\* src\network\asynchttp\ => app\src\main\java\* src\previous\ => app\src\main\java\* src\refresh\ => app\src\main\java\* src\ripple\ => app\src\main\java\* src\slidingmenu\ => app\src\main\java\* src\tab\ => app\src\main\java\* src\util\ => app\src\main\java\* src\view\ => app\src\main\java\* src\ViewDragHelper\ => app\src\main\java\* src\volley\ => app\src\main\java\* src\wish\ => app\src\main\java\Next Steps:-----------You can now build the project. The Gradle project needs networkconnectivity to download dependencies.Bugs:-----If for some reason your project does not build, and you determine thatit is due to a bug or limitation of the Eclipse to Gradle importer,please file a bug at http://b.android.com with categoryComponent-Tools.(This import summary is for your information only, and can be deletedafter import once you are satisfied with the results.)