在学习原子化服务的开发过程中,文档中描述原子化服务由1个或多个HAP包组成,目前我开发的原子化服务都只会生成一个hap包,请问下多个hap包的原子化服务应该怎么开发
原子化服务鸿蒙开发我在开发一个功能,使用canvas绘制一个地图,地图长宽远大于手机屏幕,我尝试过overflow:scroll解决问题,但是要么是只能横向滑动,要么是纵向滑动。没法!
鸿蒙canvas手机屏幕在开发socket的时候importwififrom'ohos.wifi';然后获取wifiipwifi.getIpInfo().ipAddress这句话报错Error:assertion(wifiDevicePtr!nullptr)failed:Wifideviceinstanceisnull求助各位大佬
鸿蒙socket开发我的app想实现自动给另一个app里的文本框填充内容的功能。现在通过AccessibilityService里的相关接口可以获取到文本框对应的AccessibilityInfo,如何实现给文本框自动填充内容的功能?我看到ACCESSIBILITYOPERATIONSETTEXT的定义,想使用这个实现这个功能,但是没有找到调用的方法,我看有executeOperation的接口,但是只能实现类似ACCESSIBILITYOPERATIONCLICK这样的功能,executeOperation只能传入operationtype,不能把要填充的内容传过去。
鸿蒙EditText功能请教,怎样在根目录(storageemulated0)创建文件夹获取了这几个权限,mkdirs()依旧报错:"reqPermissions":[{"name":"ohos.permission.MANAGEUSERSTORAGE"},{"name":"ohos.permission.READUSERSTORAGE"},{"name":"ohos.permission.WRITEUSERSTORAGE"},{"name":"ohos.permission.READMEDIA"},{"name":"ohos.permission.WRITEMEDIA"}]
鸿蒙根目录权限需要使用eTs实现text段落在固定height中可以有scroll效果。Scroll(this.scroller){Column(){Text("Thistextboxisscrollablethankstobeingsituatedinsideanestedscrollview.Thatmakesitscrollableregardlessofthescrollingofthecontentoftheentirescreen,whichcanbescrolledindependently.\nThepointhereistodemonstratehowtheoverscrolleffectcanworkinthepresenceofnestedscrollviews,provideditisappliedovertheparent(root)v...
鸿蒙滚动Text希望在WebView上面增加原生组件,但是,组件会被WebView遮盖,显示不出来;通过Window的方式,又会有各种问题;请问,如何降低WebView的层级或提升其它组件的层级;不借助Window而直接将原生组件显示到WebView上面呢
鸿蒙WebView组件官方demo,JsCallJava,点击GetBatteryLevel那个按钮后,莫名报错:code:2004,data:interfaceisnotexistorregister
鸿蒙jsjava1.DevEcoStudio无法登陆华为账号授权调试。2.账号无法登陆授权,申请远程模拟器。3.在AppGalleryConnect注册了项目和应用,DevEcoStudio自动化签名方案,也无法登陆进行调试。
鸿蒙HarmonyOS华为我想请问一下,开发pad应用时应该怎么签名今天我签名应用的时候签名出现了以下错误log重新弄了几次还是一样2021102100:20:40.618[main374]ERRORcom.huawei.signclient.hap.provider.SignProviderSignHapfailed.com.huawei.signclient.hap.exception.SignatureException:{errorcode:0,message:generateSignerBlockfailed}atcom.huawei.signclient.hap.sign.SignHapV2.generateHapSignatureSchemeV2Block(SignHapV2.java:279)[hap...
鸿蒙padHarmonyOS鸿蒙如何根据Component得到bitmap呢,像android有getDrawingCache这个方法取得bitmapview.measure(View.MeasureSpec.makeMeasureSpec(0,View.MeasureSpec.UNSPECIFIED),View.MeasureSpec.makeMeasureSpec(0,View.MeasureSpec.UNSPECIFIED));view.layout(0,0,view.getMeasuredWidth(),view.getMeasuredHeight());view.buildDrawingCache();Bitmapbitmapview.getDrawingCache();
鸿蒙HarmonyOSOpenHarmony