Recent Posts
Recent Comments
Tags
- Android
- APK
- AAR
- UncaughtExceptionHandler
- git
- 비정상
- dpi
- Debug
- aapt
- setTextColor
- 줄 삭제
- JKS
- iterm
- SIGN
- engine:externalNativeBuildCleanDebug
- command line delete
- package
- keystore
- release
- keystore file
- 안드로이드
- 종료
- terminal
- 로그
- InvalidUserDataException
- ndk
- NDK not configured.
- android aar
- programmatically
- 안드로이드 aar
- Today
- Total
목록android aar (1)
무중력
1. build.gradle(Module: app) apply plugin: 'com.android.application' 에서 apply plugin: 'com.android.library' 로 바꿔줍니다. 2. build.gradle(Module: app) 두번째 과정 역시 build.gradle에서 작업을 해주면 되는데요. defaultConfig 안에 있는 applicationId를 지워주시면 됩니다. defaultConfig { applicationId "com.company.test" --> applicationId "com.company.test" minSdkVersion 16 targetSdkVersion 27 versionCode 4 versionName "1.0.3" testInstru..
Android(안드로이드)/Guide
2018. 8. 6. 19:46