LoginSignup
0
0

More than 3 years have passed since last update.

ライブラリ導入方法

以下の手順となります。
・Module 追加
・dependencies追加
・プロジェクトビルド

Module 追加

2.png
1.png
3.png

dependencies追加

build.gradle[app]でdependencies追加する。
上の Subproject name と一緒の名前を使う。

implementation project(":samplelibrary")

プロジェクトビルド

4.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0