ECLIPSE ANDROID PROJECT IMPORT SUMMARY
======================================
Manifest Merging:
-----------------
Your project uses libraries that provide manifests, and your Eclipse
project did not explicitly turn on manifest merging. In Android Gradle
projects, manifests are always merged (meaning that contents from your
libraries' manifests will be merged into the app manifest. If you had
manually copied contents from library manifests into your app manifest
you may need to remove these for the app to build correctly.
Ignored Files:
--------------
The following files were *not* copied into the new Gradle project; you
should evaluate whether these are still needed in your project and if
so manually move them:
From example:
* example.iml
* proguard\
* proguard\dump.txt
* proguard\mapping.txt
* proguard\seeds.txt
* proguard\usage.txt
From library:
* LICENSE.txt
* build.gradle
* library.iml
* pom.xml
Replaced Jars with Dependencies:
--------------------------------
The importer recognized the following .jar files as third party
libraries and replaced them with Gradle dependencies instead. This has
the advantage that more explicit version information is known, and the
libraries can be updated automatically. However, it is possible that
the .jar file in your project was of an older version than the
dependency 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:18.0.0
Replaced Libraries with Dependencies:
-------------------------------------
The importer recognized the following library projects as third party
libraries and replaced them with Gradle dependencies instead. This has
the advantage that more explicit version information is known, and the
libraries can be updated automatically. However, it is possible that
the source files in your project were of an older version than the
dependency we picked, which could render the project not compileable.
You can disable the library replacement in the import wizard and try
again:
ABS =>
com.actionbarsherlock:actionbarsherlock:4.4.0@aar
com.android.support:support-v4:18.0.0
Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:
In library:
* AndroidManifest.xml => library\src\main\AndroidManifest.xml
* res\ => library\src\main\res\
* src\ => library\src\main\java\
In example:
* AndroidManifest.xml => example\src\main\AndroidManifest.xml
* libs\crittercism_v3_0_3_sdkonly.jar => example\libs\crittercism_v3_0_3_sdkonly.jar
* res\ => example\src\main\res\
* src\ => example\src\main\java\
Next Steps:
-----------
You can now build the project. The Gradle project needs network
connectivity to download dependencies.
Bugs:
-----
If for some reason your project does not build, and you determine that
it is due to a bug or limitation of the Eclipse to Gradle importer,
please file a bug at http://b.android.com with category
Component-Tools.
(This import summary is for your information only, and can be deleted
after import once you are satisfied with the results.)
没有合适的资源?快使用搜索试试~ 我知道了~
开源工程SlidingMenu的android studio工程代码,含ActionBarSherlock库.zip
共537个文件
png:279个
xml:121个
java:119个
0 下载量 45 浏览量
2024-08-30
09:14:20
上传
评论
收藏 3.95MB ZIP 举报
温馨提示
项目工程资源经过严格测试可直接运行成功且功能正常的情况才上传,可轻松copy复刻,拿到资料包后可轻松复现出一样的项目,本人系统开发经验充足(全栈开发),有任何使用问题欢迎随时与我联系,我会及时为您解惑,提供帮助 【资源内容】:项目具体内容可查看/点击本页面下方的*资源详情*,包含完整源码+工程文件+说明(若有)等。【若无VIP,此资源可私信获取】 【本人专注IT领域】:有任何使用问题欢迎随时与我联系,我会及时解答,第一时间为您提供帮助 【附带帮助】:若还需要相关开发工具、学习资料等,我会提供帮助,提供资料,鼓励学习进步 【适合场景】:相关项目设计中,皆可应用在项目开发、毕业设计、课程设计、期末/期中/大作业、工程实训、大创等学科竞赛比赛、初期项目立项、学习/练手等方面中 可借鉴此优质项目实现复刻,也可基于此项目来扩展开发出更多功能 #注 1. 本资源仅用于开源学习和技术交流。不可商用等,一切后果由使用者承担 2. 部分字体及插图等来自网络,若是侵权请联系删除,本人不对所涉及的版权问题或内容负法律责任。收取的费用仅用于整理和收集资料耗费时间的酬劳 3. 积分资源不提供使用问题指导/解答
资源推荐
资源详情
资源评论
收起资源包目录
开源工程SlidingMenu的android studio工程代码,含ActionBarSherlock库.zip (537个子文件)
gradlew.bat 2KB
build.gradle 591B
build.gradle 476B
build.gradle 406B
build.gradle 301B
settings.gradle 67B
gradlew 5KB
example-example.iml 7KB
library.iml 7KB
actionbarsherlock.iml 7KB
example.iml 900B
android-support-v4.jar 265KB
crittercism_v3_0_3_sdkonly.jar 52KB
gradle-wrapper.jar 49KB
SearchView.java 70KB
ActionBarView.java 56KB
ValueAnimator.java 52KB
MenuBuilder.java 45KB
AnimatorSet.java 45KB
ActionBarSherlockCompat.java 44KB
PropertyValuesHolder.java 44KB
IcsProgressBar.java 41KB
ActivityChooserModel.java 38KB
IcsAdapterView.java 38KB
ActionBar.java 35KB
ActionBarImpl.java 32KB
ActivityChooserView.java 30KB
ActionBarSherlock.java 29KB
CustomViewAbove.java 29KB
SlidingMenu.java 28KB
SuggestionsAdapter.java 28KB
IcsListPopupWindow.java 25KB
ActionMenuPresenter.java 24KB
MenuItem.java 23KB
IcsSpinner.java 23KB
ActionMenuView.java 22KB
ObjectAnimator.java 21KB
MenuInflater.java 19KB
ActionBarContextView.java 19KB
ScrollingTabContainerView.java 19KB
MenuItemImpl.java 18KB
Menu.java 17KB
IcsAbsSpinner.java 15KB
Keyframe.java 14KB
ActionBarWrapper.java 13KB
MenuPopupHelper.java 13KB
CustomViewBehind.java 12KB
ShareActionProvider.java 12KB
ActionBarSherlockNative.java 12KB
Animator.java 10KB
IcsLinearLayout.java 10KB
AbsActionBarView.java 10KB
KeyframeSet.java 10KB
SherlockFragmentActivity.java 10KB
ActionMenuItemView.java 10KB
ActionBarContainer.java 9KB
ListMenuItemView.java 8KB
MenuItemWrapper.java 8KB
SherlockPreferenceActivity.java 8KB
SherlockListActivity.java 8KB
SherlockActivity.java 8KB
SherlockExpandableListActivity.java 8KB
BaseMenuPresenter.java 8KB
ActionMenu.java 8KB
ResourcesCompat.java 7KB
ActionMode.java 7KB
ActionMenuItem.java 7KB
FloatKeyframeSet.java 6KB
MenuWrapper.java 6KB
IntKeyframeSet.java 6KB
SlidingActivityHelper.java 6KB
AnimatorProxy.java 6KB
PopupWindowCompat.java 6KB
Watson.java 6KB
ActionProvider.java 6KB
PropertiesActivity.java 6KB
MenuPresenter.java 5KB
SlidingListActivity.java 4KB
MenuView.java 4KB
SlidingFragmentActivity.java 4KB
SlidingPreferenceActivity.java 4KB
StandaloneActionMode.java 4KB
SlidingActivity.java 4KB
TabsLinearLayout.java 4KB
ExampleListActivity.java 4KB
SubMenuBuilder.java 4KB
SubMenu.java 4KB
ResponsiveUIActivity.java 3KB
CanvasTransformerBuilder.java 3KB
Window.java 3KB
BirdActivity.java 2KB
NineViewGroup.java 2KB
SlidingActivityBase.java 2KB
BirdGridFragment.java 2KB
SherlockDialogFragment.java 2KB
SherlockListFragment.java 2KB
SherlockFragment.java 2KB
CapitalizingButton.java 2KB
BaseActivity.java 2KB
ViewPagerActivity.java 2KB
共 537 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
热爱技术。
- 粉丝: 2569
- 资源: 7860
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Arduino和Firebase的智能家庭管理系统NodeSmartHome.zip
- (源码)基于C++的East Zone DSTADSO Robotics Challenge 2019机器人控制系统.zip
- (源码)基于Arduino平台的焊接站控制系统.zip
- (源码)基于ESPboy系统的TZXDuino WiFi项目.zip
- (源码)基于Java的剧场账单管理系统.zip
- (源码)基于Java Swing的船只资料管理系统.zip
- (源码)基于Python框架的模拟购物系统.zip
- (源码)基于C++的图书管理系统.zip
- (源码)基于Arduino的简易温度显示系统.zip
- (源码)基于Arduino的智能电动轮椅系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功