mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
add information about how to edit "android\app\build.gradle" file for importing custom aar file
parent
06516dde2a
commit
3a3db7215c
@ -147,7 +147,6 @@ Alternatively, if you are not familiar with android development, and you do not
|
|||||||
|
|
||||||
Besides, if you try to add yourmodule.aar into your own project, after copy the yourmodule.aar file and yourmodule.jar file to "android\app" folder, below editing in "android\app\build.gradle" file should be done in order to make your module imported correctly.
|
Besides, if you try to add yourmodule.aar into your own project, after copy the yourmodule.aar file and yourmodule.jar file to "android\app" folder, below editing in "android\app\build.gradle" file should be done in order to make your module imported correctly.
|
||||||
|
|
||||||
1.
|
|
||||||
```
|
```
|
||||||
+ repositories {
|
+ repositories {
|
||||||
+ flatDir {
|
+ flatDir {
|
||||||
@ -156,7 +155,6 @@ Besides, if you try to add yourmodule.aar into your own project, after copy the
|
|||||||
+ }
|
+ }
|
||||||
```
|
```
|
||||||
|
|
||||||
2.
|
|
||||||
```
|
```
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user