- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在android studio中开发了一个应用程序,并尝试通过gmail和shareIt应用程序将apk共享给其他人。他们正在获取apk文件并安装。但是当他们启动应用程序时,它崩溃了。我测试了许多设备。为什么会这样发生,解决方案是什么。
android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
defaultConfig {
applicationId "com.lithium.passenger"
minSdkVersion 16
targetSdkVersion 25
}
dependencies {
compile files('libs/nineoldandroids-2.4.0.jar')
compile files('libs/picasso-2.5.0.jar')
compile 'com.android.support:design:25.2.0'
/*Recycler view*/
compile 'com.android.support:recyclerview-v7:25.2.0'
/*Card view*/
compile 'com.android.support:cardview-v7:25.2.0'
/*Google services*/
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile 'com.google.android.gms:play-services-maps:8.4.0'
compile 'com.google.android.gms:play-services-location:8.4.0'
compile 'com.google.android.gms:play-services-analytics:8.4.0'
/*Fabric-Crashlytics*/
compile('com.crashlytics.sdk.android:crashlytics:2.2.3@aar') {
transitive = true;
}
/*Volley lib*/
compile 'com.mcxiaoke.volley:library:1.0.16'
compile 'com.google.code.gson:gson:2.2.4'
compile files('libs/tarentoconnectionlib.jar')
/*Multi dex*/
compile 'com.android.support:multidex:1.0.1'
}
最佳答案
尽管没有logs
可以帮助我们了解crash
的确切原因
仍然从您的描述看来。
They are getting the apk file and installed
minSDKVersion
高端。
16
。
I tested with devices with api 22 and 23
API
设备中不存在的依赖项/功能,并且您可能未采取预防措施来处理此问题。
Logs
,那将会有所帮助。
关于android - 当我通过gmail或shareIt共享apk而没有启动时,android应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42807167/
我想使用“SHAREit”之类的 wi-fi 在 android 上构建一个数据共享应用程序,但我没有从哪里开始。 因此,如果有人让我清楚“SHAREit”的技术概念,那么理解起来非常有效。 当我们想
嗯,我正在尝试构建一个像 ShareIt 这样的软件,但似乎我介于两者之间。到现在为止我所做的——我制作了一个程序(服务器和客户端),其中服务器可以向客户端发送任何类型的文件,为此客户端必须拥有服务器
我正在尝试开发我的字典应用程序,并且在我的应用程序中,我正在为我的字典使用数据库。所以我正在尝试保护我的应用程序或防止与 ShareIT 等应用程序共享我的应用程序!或 CSHare 等等。我看到很多
我正在创建一个应用程序,我想在其中显示我的应用程序包名称的文件夹,我的数据库存储在真实设备的 Android/data 文件夹中。我也使用了读写权限,但它不适用于真实设备,但当我在模拟器中运行此应用程
我是一名优秀的程序员,十分优秀!