GithubHelp home page GithubHelp logo

Comments (15)

soudegesu avatar soudegesu commented on August 22, 2024

minSdk > deviceSdk が出た。
https://ja.stackoverflow.com/questions/31578/%E3%82%A8%E3%83%A9%E3%83%BC-minsdk-api24devicesdkapi21-%E3%81%AE%E8%A7%A3%E6%B6%88%E6%96%B9%E6%B3%95%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

コンパイルエラーが出た
https://qiita.com/cappyzawa/items/195ef8c5c5249ef7e258

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

Android SDKがないと申すのでここを参照
https://stackoverflow.com/questions/39645178/panic-broken-avd-system-path-check-your-android-sdk-root-value

※ brew cask でインストールする方法はだめだった

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

また2つ出た

Emulator: emulator: ERROR: Missing initial data partition file: /Users/takaaki-suzuki/.android/avd/Pixel_XL_API_26.avd/userdata.img

Emulator: emulator: ERROR: detected a hanging thread 'Qt event loop'. No response for 15005 ms

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

https://stackoverflow.com/questions/47895124/emulator-emulator-error-missing-initial-data-partition-file
によると、「最初の一回だけだから気にするな」と

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

Android Studioは見た目のプロジェクト構成とは違うのか。

#tree -L 3
.
├── android-sample.iml
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   ├── intermediates
│   │   ├── kotlin
│   │   ├── outputs
│   │   └── tmp
│   ├── build.gradle
│   ├── libs
│   ├── proguard-rules.pro
│   └── src
│       ├── androidTest
│       ├── main
│       └── test
├── build
│   ├── android-profile
│   │   ├── profile-2018-03-21-06-39-08-855.json
│   │   ├── profile-2018-03-21-06-39-08-855.rawproto
│   │   ├── profile-2018-03-21-06-39-35-515.json
│   │   ├── profile-2018-03-21-06-39-35-515.rawproto
│   │   ├── profile-2018-03-21-06-46-38-123.json
│   │   ├── profile-2018-03-21-06-46-38-123.rawproto
│   │   ├── profile-2018-03-21-06-50-59-089.json
│   │   ├── profile-2018-03-21-06-50-59-089.rawproto
│   │   ├── profile-2018-03-21-06-51-05-716.json
│   │   ├── profile-2018-03-21-06-51-05-716.rawproto
│   │   ├── profile-2018-03-21-06-52-05-370.json
│   │   ├── profile-2018-03-21-06-52-05-370.rawproto
│   │   ├── profile-2018-03-21-06-58-11-104.json
│   │   ├── profile-2018-03-21-06-58-11-104.rawproto
│   │   ├── profile-2018-03-21-07-02-33-458.json
│   │   ├── profile-2018-03-21-07-02-33-458.rawproto
│   │   ├── profile-2018-03-21-07-02-58-044.json
│   │   ├── profile-2018-03-21-07-02-58-044.rawproto
│   │   ├── profile-2018-03-21-07-09-43-898.json
│   │   ├── profile-2018-03-21-07-09-43-898.rawproto
│   │   ├── profile-2018-03-21-07-10-22-263.json
│   │   └── profile-2018-03-21-07-10-22-263.rawproto
│   ├── kotlin
│   │   └── sessions
│   └── kotlin-build
│       └── version.txt
├── build.gradle
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
└── settings.gradle

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

とりあえず動いた

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

ディレクトリ構成ってどんなんがいいの?
http://wannabe-jellyfish.hatenablog.com/entry/2015/08/08/231840

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

IntentFilter を実装する
http://outofmem.hatenablog.com/entry/2014/05/23/030837

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

AndroidManifest.xml に記載する

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

計算式
px = dp * (dpi / 160)

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

Adaptorの責務

  • 新しいItemを作成する
  • itemにデータを入れる
  • 情報を返却する

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

LayoutInflaterってなに?

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

https://qiita.com/Bth0061/items/c4f66477979d064913e4

from blog.

soudegesu avatar soudegesu commented on August 22, 2024

LinerLayoutManager

  • 縦か横かでスクロール可能なレイアウト
    GridLayoutManager
  • LinerLayoutManagerをグリッドレイアウトで提供するもの
    StaggeredGridLayoutManager
  • 少し複雑な自身でレイアウトを定義したい時に使用するもの

from blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.