简体   繁体   English

android 6将无法在v23中运行(构建工具)

[英]android 6 won't run in v23 (build-tools)

My app works on most androids, but in all the devices that run android 6.xx it stops work at the splashscreen 我的应用程序可在大多数android上运行,但在所有运行android 6.xx的设备上,它在启动屏幕上均停止工作

I've installed the v23 build tools, I've this folders: 我已经安装了v23构建工具,并且拥有以下文件夹:

/Users/ricardo/android-sdk-macosx/build-tools/23.0.1/
/Users/ricardo/android-sdk-macosx/build-tools/23.0.2/
/Users/ricardo/android-sdk-macosx/build-tools/23.0.3/

When I try to package the app, it's like it uses the v22: 当我尝试打包应用程序时,就像使用了v22:

Packaging application: /Users/ricardo/android-sdk-macosx/build-tools/22.0.1/

I've tested iPhone 4, iPhone 5S, iPhone 6S, and this android devices: 我已经测试了iPhone 4,iPhone 5S,iPhone 6S和这个android设备:

设备

The last one is Samsung S7 Edge. 最后一个是三星S7 Edge。

Any thoughts? 有什么想法吗?

Check your manifest, such trouble could be from there. 检查您的清单,这样的麻烦可能就在那儿。 Check all names and permissions, maybe you using something, that was not just deprecated, but removed from Android M 检查所有名称和权限,也许您使用的东西不但已被弃用,而且已从Android M中删除

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM