クロスプラットフォーム アプリケーションを構築するための ACE ツール

クロスプラットフォーム アプリケーションを構築するための ACE ツール

このチュートリアルでは主に、次のような ACE ツールを使用して OpenHarmony 開発パラダイムをクロスプラットフォーム開発に拡張する方法について説明します。

  • 基礎工学開発
  • ネイティブ C++ 開発
  • AAR/フレームワーク開発
  • 多能力開発
  • マルチモジュール開発

基礎工学開発

  • ace create コマンドを実行して単純なプロジェクトを作成し、プロンプトに従ってプロジェクト名と関連情報を入力します。

    ace create project
    ? Please enter the project name: HelloWorld
    ? Please enter the bundle name (com.example.helloworld):com.jianguo.helloworld
    ? Please enter the 

おすすめ

転載: blog.csdn.net/qq_39132095/article/details/132158488