=================================================
확인된 방법 1
Please follow below steps to get it working ( I have tested it up to Android Studio 2.2) Lets say you have kept aar file in libs folder. ( assume file name is then in app
If everything goes well you will see library entry is made in build -> exploded-aar Also note that if you are importing a .aar file from another project that has dependencies you'll need to include these in your build.gradle, too. |
=================================================
확인된 방법 2
- Right click on your project and choose "Open Module Settings".
- Click the "+" button in the top left to add a new module.
- Choose "Import .JAR or .AAR Package" and click the "Next" button.
- Find the AAR file using the ellipsis button ("...") beside the "File name" field.
- Keep the app's module selected and click on the Dependencies pane to add the new module as a dependency.
- Use the "+" button of the dependencies screen and choose "Module dependency".
- Choose the module and click "OK".
=================================================
'programmer > android' 카테고리의 다른 글
GridView row height (0) | 2017.01.25 |
---|---|
Error:java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: (0) | 2016.12.14 |
Touch Event and Smooth drag (0) | 2016.08.17 |
GridView dynamic height (0) | 2014.04.29 |
Sms receive & scan (0) | 2013.10.03 |