Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android AIDL サービスでは、*.aidl のコピーと Parcelable の実装がリモート クライアントとサーバーに存在する必要があります。サーバー コードからこれらのファイルをコピー アンド ペーストするよう人々に指示する以外に、クライアント開発者がこれを簡単に行えるようにするためのより良い方法はありますか?
クライアント アプリとサーバー アプリの間で共有される Androidライブラリ プロジェクトを作成します。