3 Star 15 Fork 11

江节胜/安卓监控 安卓视频直播 视频推流 nginx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
import-summary.txt 5.85 KB
一键复制 编辑 原始数据 按行查看 历史
jiangjiesheng 提交于 2018-11-11 22:57 . backup
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 LiveRtmpPushSDK:
* ic_launcher-web.png
* jni-libyuv\
* jni-libyuv\Android.mk
* jni-libyuv\Application.mk
* jni-libyuv\include\
* jni-libyuv\include\libyuv.h
* jni-libyuv\include\libyuv\
* jni-libyuv\include\libyuv\basic_types.h
* jni-libyuv\include\libyuv\compare.h
* jni-libyuv\include\libyuv\compare_row.h
* jni-libyuv\include\libyuv\convert.h
* jni-libyuv\include\libyuv\convert_argb.h
* jni-libyuv\include\libyuv\convert_from.h
* jni-libyuv\include\libyuv\convert_from_argb.h
* jni-libyuv\include\libyuv\cpu_id.h
* jni-libyuv\include\libyuv\mjpeg_decoder.h
* jni-libyuv\include\libyuv\planar_functions.h
* jni-libyuv\include\libyuv\rotate.h
* jni-libyuv\include\libyuv\rotate_argb.h
* jni-libyuv\include\libyuv\rotate_row.h
* jni-libyuv\include\libyuv\row.h
* jni-libyuv\include\libyuv\scale.h
* jni-libyuv\include\libyuv\scale_argb.h
* jni-libyuv\include\libyuv\scale_row.h
* jni-libyuv\include\libyuv\version.h
* jni-libyuv\include\libyuv\video_common.h
* jni-libyuv\source\
* jni-libyuv\source\compare.cc
* jni-libyuv\source\compare_common.cc
* jni-libyuv\source\compare_gcc.cc
* jni-libyuv\source\compare_neon.cc
* jni-libyuv\source\compare_neon64.cc
* jni-libyuv\source\compare_win.cc
* jni-libyuv\source\convert.cc
* jni-libyuv\source\convert_argb.cc
* jni-libyuv\source\convert_from.cc
* jni-libyuv\source\convert_from_argb.cc
* jni-libyuv\source\convert_jpeg.cc
* jni-libyuv\source\convert_to_argb.cc
* jni-libyuv\source\convert_to_i420.cc
* jni-libyuv\source\cpu_id.cc
* jni-libyuv\source\mjpeg_decoder.cc
* jni-libyuv\source\mjpeg_validate.cc
* jni-libyuv\source\planar_functions.cc
* jni-libyuv\source\rotate.cc
* jni-libyuv\source\rotate_any.cc
* jni-libyuv\source\rotate_argb.cc
* jni-libyuv\source\rotate_common.cc
* jni-libyuv\source\rotate_gcc.cc
* jni-libyuv\source\rotate_mips.cc
* jni-libyuv\source\rotate_neon.cc
* jni-libyuv\source\rotate_neon64.cc
* jni-libyuv\source\rotate_win.cc
* jni-libyuv\source\row_any.cc
* jni-libyuv\source\row_common.cc
* jni-libyuv\source\row_gcc.cc
* jni-libyuv\source\row_mips.cc
* jni-libyuv\source\row_neon.cc
* jni-libyuv\source\row_neon64.cc
* jni-libyuv\source\row_win.cc
* jni-libyuv\source\scale.cc
* jni-libyuv\source\scale_any.cc
* jni-libyuv\source\scale_argb.cc
* jni-libyuv\source\scale_common.cc
* jni-libyuv\source\scale_gcc.cc
* jni-libyuv\source\scale_mips.cc
* jni-libyuv\source\scale_neon.cc
* jni-libyuv\source\scale_neon64.cc
* jni-libyuv\source\scale_win.cc
* jni-libyuv\source\video_common.cc
* proguard-project.txt
From com.alex.livertmppushsdk.demo:
* ic_launcher-web.png
* proguard-project.txt
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:19.1.0
android-support-v7-appcompat.jar => com.android.support:appcompat-v7: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:
android-support-v7-appcompat => [com.android.support:appcompat-v7: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 LiveRtmpPushSDK:
* AndroidManifest.xml => liveRtmpPushSDK\src\main\AndroidManifest.xml
* assets\ => liveRtmpPushSDK\src\main\assets
* jni\ => liveRtmpPushSDK\src\main\jni\
* libs\armeabi\libAvcEncoder.so => liveRtmpPushSDK\src\main\jniLibs\armeabi\libAvcEncoder.so
* libs\armeabi\librtmpclient.so => liveRtmpPushSDK\src\main\jniLibs\armeabi\librtmpclient.so
* res\ => liveRtmpPushSDK\src\main\res\
* src\ => liveRtmpPushSDK\src\main\java\
In com.alex.livertmppushsdk.demo:
* AndroidManifest.xml => comalexlivertmppushsdkdemo\src\main\AndroidManifest.xml
* assets\ => comalexlivertmppushsdkdemo\src\main\assets
* res\ => comalexlivertmppushsdkdemo\src\main\res\
* src\ => comalexlivertmppushsdkdemo\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.)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jiangjiesheng/android_rtmppush_sdk-nginxserver-videomonitor.git
git@gitee.com:jiangjiesheng/android_rtmppush_sdk-nginxserver-videomonitor.git
jiangjiesheng
android_rtmppush_sdk-nginxserver-videomonitor
安卓监控 安卓视频直播 视频推流 nginx
master

搜索帮助