๐ ๊ฐ๋ฐ/์๋๋ก์ด๋58 [์๋๋ก์ด๋] PrettyFormatStrategy ์ฌ์ฉํด์ ์ ๋ฆฌ๋ ๋ก๊ทธ ์ถ๋ ฅํ๋ ๋ฐฉ๋ฒ PrettyFormatStrategy : ๋์ํ๋ thread, callstack, message๊ฐ ์์๊ฒ ๋์ฌ ์ ์๋ค. 1) app gradle.build dependencies { implementation 'com.orhanobut:logger:2.2.0' 2) import๋ Ctrl + Space ํด์ ์ก์ ์ค๋ ๋๋ค. import com.orhanobut.logger.AndroidLogAdapter; import com.orhanobut.logger.Logger; import com.orhanobut.logger.PrettyFormatStrategy; 3) MainActivity > super.onCreate() // Logger Stack Trace Count. PrettyFormatStra.. 2021. 4. 28. [์๋๋ก์ด๋] SDK, JDK, NDK ๊ณต๋ถํ๋ค๊ฐ ์ ๋ฆฌ๊ฐ ์ ๋ ๋ธ๋ก๊ทธ๊ฐ ์์ด ๊ฐ์ ธ ์๋ค https://medium.com/@logishudson0218/jdk-sdk-ndk-3b095101c040JDK, SDK, NDK๊ฐ๊ฐ์ ์ฐจ์ด์ ์ ๋ํดmedium.com 2021. 4. 15. [์๋๋ก์ด๋] Switch ๋ฒํผ ์ฌ์ฉ๋ฒ public class MainActivity extends AppCompatActivity { int nChecked = 0; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Switch switchButton = findViewById(R.id.sw_opt); switchButton.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { @Override public void onCheckedChanged(CompoundButt.. 2021. 3. 22. [์๋๋ก์ด๋ - ์๋ฌ] Installation did not succeed.The application could not be installed Installation did not succeed. The application could not be installed. Installation failed due to: '-26' ์ ๋ฎฌ๋ ์ดํฐ๋ฅผ ๋๋ฆฌ๋๋ฐ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์. ์์ธ : ์ ๋ฎฌ๋ ์ดํฐ์ ์ด๋ ํ(?. ์ด์ ๋ ๋ค์ํ ๊ฒ ๊ฐ๋ค) ์ด์ ๋ก ํด๋น ์ดํ๋ฆฌ์ผ์ด์ ์ด ์ ๋๋ก ์ค์น๊ฐ ๋์ง ์๋๋ค. (9์24์ผ ์ถ๊ฐ ์์ฑ) ํด๊ฒฐ ๋ฐฉ๋ฒ : ์ด๋ฐ ๊ฒฝ์ฐ,, ์ ๋ฎฌ๋ ์ดํฐ๋ฅผ Wipe Data ํด ์ด๊ธฐํ(?) ํ๋ค ใ ใ ; ์ด ๋ฐฉ๋ฒ์ด ์๋๋ผ๋ฉด ํด๋น ์ดํ์ ์ ๊ฑฐํ๋ ๋ฐฉ๋ฒ๋ ์์ ๊ฒ ๊ฐ๋ค. (9์24์ผ ์ถ๊ฐ ์์ฑ) 1. Open AVD Manager 2. ํด๋น ์ ๋ฎฌ๋ ์ดํฐ ์ฐํด๋ฆญ > Wipe Data 3. ์ ์ ๋์. 2021. 3. 22. ์ด์ 1 ยทยทยท 9 10 11 12 13 14 15 ๋ค์