creator 到底支持打包android 4.吗?半个多月了,各种闪退

夜神模拟器默认启动是android 5的,可以多开一个android 4.4.2的

你可以换台机器试试,我这边没法复现你的问题。

这个是我打包的apk,麻烦看看你那是否会闪退,

helloworld apk

都说需要编译x86平台的,没看见你编译x86平台库啊!

x86在 我们机顶盒上启动不起来的,所以没有编X86

这样很绕,就问你机顶盒CPU架构是什么?同样的系统,手机和模拟器都没问题,就你的机顶盒有问题,我这边没有什么思路。

稍等,我去问问。。。

这cpu arm

你试试只编译 arm64-v8a

我试试

只编译 arm64-v8a,启动不起来,

调试跑跑看,报什么错误了,AppActivity 不存在?不应该的

哦,刚刚是启动的时候,包名写错了,现在启动后,黑屏
日志:

D/ConnectivityService( 1628): Setting timer for 30seconds

D/PowerManagerService( 1628): releaseWakeLockInternal: lock=1107238232 [not found], flags=0x0

D/PowerManagerService( 1628): acquireWakeLock start packageName = android

D/PowerManagerService( 1628): acquireWakeLockInternal: lock=1107238232, flags=0x1, tag="AlarmManager", ws=WorkSource{1000}, uid=1000, pid=1628, packageName=android

D/PowerManagerService( 1628): not allow acquireWakeLockInternal

W/ContextImpl( 2034): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1560 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.itv.android.iptv.tvclient.broadcastreceiver.TVBroadcastReceiver.ReStartService:57 com.itv.android.iptv.tvclient.broadcastreceiver.TVBroadcastReceiver.onReceive:30 

D/ConnectivityService( 1628): Sampling interval elapsed, updating statistics ..

D/ConnectivityService( 1628): Done.

D/ConnectivityService( 1628): Setting timer for 30seconds

D/PowerManagerService( 1628): releaseWakeLockInternal: lock=1107238232 [not found], flags=0x0

D/PowerManagerService( 1628): acquireWakeLock start packageName = android

D/PowerManagerService( 1628): acquireWakeLockInternal: lock=1107238232, flags=0x1, tag="AlarmManager", ws=WorkSource{1000}, uid=1000, pid=1628, packageName=android

D/PowerManagerService( 1628): not allow acquireWakeLockInternal

D/PowerManagerService( 1628): releaseWakeLockInternal: lock=1107238232 [not found], flags=0x0

W/SocketClient( 1358): write error (Broken pipe)

W/SocketClient( 1358): write error (Broken pipe)

W/SocketClient( 1358): write error (Broken pipe)

W/SocketClient( 1358): write error (Broken pipe)

W/SocketClient( 1358): write error (Broken pipe)

W/SocketClient( 1358): write error (Broken pipe)

全部日志文件:rz(1).zip (54.9 KB)

项目的地址 ,我私信发你了

请问解决了吗?