你好我正在android studio上开发一个android应用程序
我的程序适用于android 5.0 - 6.0
但是当我尝试使用android 4.2或4.4时,它会给我
<script src="https://autodeskviewer.com/viewers/2.5/viewer3D.min.js"></script>
我该如何解决这个错误
答案 0 :(得分:0)
看起来可能重复:
你可以试试以下事情:
答案 1 :(得分:0)
我解决了它
remove
compile 'com.google.android.gms:play-services:9.0.0'
from My Build.gradle then add google elements 1 by 1
//compile 'com.google.android.gms:play-services:9.0.2' remove this
compile 'com.google.android.gms:play-services-base:9.0.2'
compile 'com.google.android.gms:play-services-identity:9.0.2'
compile 'com.google.android.gms:play-services-appindexing:9.0.2'
compile 'com.google.android.gms:play-services-appinvite:9.0.2'
compile 'com.google.android.gms:play-services-plus:9.0.2'
compile 'com.google.android.gms:play-services-auth:9.0.2'
compile 'com.google.android.gms:play-services-analytics:9.0.2'
compile 'com.google.android.gms:play-services-gcm:9.0.2'
compile 'com.google.android.gms:play-services-maps:9.0.2'
compile 'com.google.android.gms:play-services-drive:9.0.2'
compile 'com.google.android.gms:play-services-panorama:9.0.2'
然后我的应用程序适用于4. 。,5。。和6. 。 Android版本