当前位置:网站首页>How to use ide to automatically sign and debug Hongmeng application
How to use ide to automatically sign and debug Hongmeng application
2022-07-02 11:00:00 【Huawei Developer Forum】
Introduce
Hongmeng application is in the debugging stage , You need to configure the debugging certificate and debugging profile file . There are two ways :
1、 By getting from AGC Apply for commissioning certificate and Profile After the document , Then sign .
But this method is more complicated , And get the device UDID It's a little bit of a hassle , It is recommended to use the lower version IDE Next use .
2、 adopt IDE Automatic signature method to complete application debugging
This way needs to be in DevEco Studio V2.1 Release And later , If the version is lower, you can upgrade to the higher version first . This method only needs to use USB First connect the Hongmeng equipment and IDE Can automatically complete the debugging certificate and debugging profile File generation and download integration .
Operation steps
- Connect Hongmeng equipment and IDE, Successfully connected at IDE The device model will be displayed , as follows :

2. Get into File > Project Structure > Project > Signing Configs Interface , Click on “Sign In” Button login AGC Website .

After pop-up authorization , Enter the Huawei account number , Click on “ allow ”:

After successful login IDE The page will now configure options :

3. stay AGC Create projects and Applications ,AGC Basic operation , You can see link .
Be careful AGC The package name of the application must be the same as IDE In the project config.json In the document “bundleName” The values are consistent . If the package name is duplicate , Need to recreate .
4. After the project and application are created , return DevEco Studio Automatic signature interface , Click on Try Again, You can automatically sign .

Automatically generate the key required for signature (.p12)、 digital certificate (.cer) and Profile file (.p7b) Will be saved to the user user In the catalog .ohos\config Under the table of contents .

5. Click on OK Save to debug Hongmeng application .
For relevant references, see
边栏推荐
- Matlab processing of distance measurement of experimental electron microscope
- Special topic of binary tree -- acwing 3540 Binary search tree building (use the board to build a binary search tree and output the pre -, middle -, and post sequence traversal)
- 【深入浅出玩转FPGA学习5-----复位设计】
- 【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
- 大华设备播放过程中设置播放速度
- LeetCode+ 76 - 80 暴搜专题
- 如何用list组件实现tabbar标题栏
- PCL projection point cloud
- 《实习报告》Skywalking分布式链路追踪?
- Overview of integrated learning
猜你喜欢

UVM learning - build a simple UVM verification platform

Hdu1234 door opener and door closer (water question)

【深入浅出玩转FPGA学习2----设计技巧(基本语法)】

对话吴纲:我为什么笃信“大国品牌”的崛起?

华为快应用中如何实现同时传递事件对象和自定义参数

Special topic of binary tree -- acwing 3384 Binary tree traversal (known preorder traversal, while building a tree, while outputting middle order traversal)

Thanos Receiver

简洁、快速、节约内存的Excel处理工具EasyExcel

JVM garbage collector

二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)
随机推荐
华为游戏初始化init失败,返回错误码907135000
JSP webshell免杀——JSP的基础
axis设备的rtsp setup头中的url不能带参
Hdu1236 ranking (structure Sorting)
【快应用】Win7系统使用华为IDE无法运行和调试项目
二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)
PCL之K-d树与八叉树
PCL 点云转深度图像
Mysql database remote access permission settings
PCL 从一个点云中提取一个子集
AppGallery Connect场景化开发实战—图片存储分享
Introduction to MySQL 8 DBA foundation tutorial
二叉树专题--洛谷 P1229 遍历问题(乘法原理 已知前、后序遍历求中序遍历个数)
Matlab processing of distance measurement of experimental electron microscope
The URL in the RTSP setup header of the axis device cannot take a parameter
Kustomize user manual
洛谷 P5536 【XR-3】核心城市(贪心 + 树形 dp 寻找树的中心)
14. Code implementation of semaphore
[visual studio] visual studio 2019 community version cmake development environment installation (download | install relevant components | create compilation execution project | error handling)
如何使用IDE自动签名调试鸿蒙应用