DCloud_App_Array
DCloud_App_Array
  • 发布:2018-04-16 17:09
  • 更新:2021-06-29 08:55
  • 阅读:105089

使用新版本5+SDK创建最简Android原生工程(Android studio)

分类:5+ SDK

要回复文章请先登录注册

r***@sina.com

r***@sina.com

回复 1***@qq.com :
参考这篇官方文档,我打包出来的apk包,点击也无反应。后来经过和这篇博客(https://blog.csdn.net/u011320682/article/details/88243562)的打包过程比较,我的解决方案如下:
在application节点下,除了官方文档里提及的io.dcloud.PandoraEntry,还添加了如下Activity:
<activity
android:name="io.dcloud.PandoraEntryActivity"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden|screenSize|mcc|mnc|fontScale|keyboard"
android:hardwareAccelerated="true"
android:permission="com.miui.securitycenter.permission.AppPermissionsEditor"
android:screenOrientation="user"
android:theme="@style/DCloudTheme"
android:windowSoftInputMode="adjustResize">

<intent-filter>

<category
android:name="android.intent.category.DEFAULT" />

<category
android:name="android.intent.category.BROWSABLE" />

<action
android:name="android.intent.action.VIEW" />

<data
android:scheme="h56131bcf" />
</intent-filter>
</activity>
至此,我的问题解决了,打包出来的apk包可以正常使用。
不知道是不是Dcloud工作人员写这篇文档时,忘了加。又或者每个人的开发环境不一样。
希望对你有用。
2019-11-22 10:12
r***@sina.com

r***@sina.com

回复 1***@qq.com :
请问,后来这个问题,你有解决么?
2019-11-21 15:45
8***@qq.com

8***@qq.com

$ adb shell am start -n "com.example.myapplication/io.dcloud.PandoraEntry" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
2019-11-20 11:52
8***@qq.com

8***@qq.com

回复 1***@qq.com :
我也一样,没反应
2019-11-20 10:44
1***@qq.com

1***@qq.com

你好,按照教程步骤打包安装后,点击APP没有反应,我使用的是最新版的android studio
2019-11-19 22:48
1***@qq.com

1***@qq.com

回复 陈大苗 :
老哥,怎么解决的
2019-11-11 22:12
1***@qq.com

1***@qq.com

我现在也是一直卡在首屏,怎么解决啊
2019-11-11 22:09
uuundefined

uuundefined

回复 uuundefined :
fixed
2019-11-05 18:03
uuundefined

uuundefined

Error:The prefix "android" for attribute "android:name" associated with an element type "application" is not bound.
2019-11-05 09:41
Liew

Liew

回复 Liew :
直接用我项目导出的打包app 资源,替换到 HelloH5/www 下也报同样错误,哎~~
2019-11-04 18:00