Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在playerview中的build.gradle添加了x86、x86_64后,主项目里引用不到IjkPlayerView了 #30

Open
lijialian opened this issue Aug 23, 2017 · 2 comments

Comments

@lijialian
Copy link

gradle中添加了:
productFlavors {
all32 { minSdkVersion 9 }
all64 { minSdkVersion 21 }
// armv5 {}
// armv7a {}
// arm64 { minSdkVersion 21 }
// x86 {}
}

all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.1'
all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1'
all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1'

all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.8.1'

@Rukey7
Copy link
Owner

Rukey7 commented Aug 23, 2017

@lijialian
Copy link
Author

我把lib包里代码全拿出来直接放项目里了,然后在项目中的gradle中再添加上边的代码就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants