Skip to content

Go-oG/TextureMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextureMusic

项目介绍

本项目为一个音乐播放器,界面部分参考网易云音乐,项目中API主要来源为GitHub上提供和 本人抓包获得,包含了网易云音乐的绝大部分API。 如有侵权请告知,我将删除GitHub上与之相关的一切代码。

界面截图

构建过程

  1. 将该项目clone或者下载后在App的build.gradle同级目录下添加customConfig.gradle文件,文件内容如下:
ext.customConfig = [
        storePassword: '自己填写',
        keyAlias     : '自己填写',
        keyPassword  : '自己填写',
        shareSdkS    : 'shareSdkId(没有就填空)',
        shareSdkS1   : 'shareSdk秘钥(没有就填空)'
]

如果不想使用上述方法来配置签名则直接将app级别的build.gradle中的第一行删除,然后自行配置签名

  1. 编译项目并安装运行

感谢以下开源项目

Liences

Copyright 2014 - 2019 Henning Dodenhof

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.

About

一个开源的仿网易云音乐播放器

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages