当前位置:网站首页>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
边栏推荐
- Set the playback speed during the playback of UOB equipment
- 力扣(LeetCode)182. 查找重复的电子邮箱(2022.07.01)
- 2022-06-17
- 【TS】1368- 秒懂 TypeScript 泛型工具类型!
- 华为应用市场应用统计数据问题大揭秘
- JSP webshell free -- the basis of JSP
- Mysql database remote access permission settings
- UVM learning - build a simple UVM verification platform
- MySQL lethal serial question 4 -- are you familiar with MySQL logs?
- MySQL environment configuration
猜你喜欢
【AGC】构建服务3-认证服务示例
Read H264 parameters from mediarecord recording
Internet News: Tencent conference application market was officially launched; Soul went to Hong Kong to submit the listing application
Nodejs+express+mysql simple blog building
Win11 arm系统配置.net core环境变量
QT学习日记7——QMainWindow
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)
Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
如何用list组件实现tabbar标题栏
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决
随机推荐
Nodejs+express+mysql simple blog building
《实习报告》Skywalking分布式链路追踪?
Special topic of binary tree -- acwing 3384 Binary tree traversal (known preorder traversal, while building a tree, while outputting middle order traversal)
JSP webshell免殺——JSP的基礎
Is the account above changtou school safe?
Set the playback speed during the playback of UOB equipment
Thanos Receiver
UVM - usage of common TLM port
【AGC】构建服务3-认证服务示例
二叉树专题--【深基16.例7】普通二叉树(简化版)(multiset 求前驱 后继 哨兵法)
Hdu1234 door opener and door closer (water question)
Kustomize user manual
Matlab processing of distance measurement of experimental electron microscope
MySQL数据库远程访问权限设置
Mysql database remote access permission settings
JS settimeout() and interview questions
6种单例模式的实现方式
二叉树专题--AcWing 3384. 二叉树遍历(已知先序遍历 边建树 边输出中序遍历)
Special topic of binary tree -- acwing 1589 Building binary search tree
PCL之K-d树与八叉树