JackGreenEarth

joined 1 year ago
[–] JackGreenEarth@lemm.ee 1 points 2 weeks ago

Two Samsung, one Motorola

[–] JackGreenEarth@lemm.ee 1 points 2 weeks ago (3 children)

I can't figure out how to do that, this is all I can see

[–] JackGreenEarth@lemm.ee 1 points 2 weeks ago (5 children)

The laptop is not powerful enough to run an emulator, but it shows up on the layout preview but not any of the 3 physical devices I've tested it on

[–] JackGreenEarth@lemm.ee 1 points 2 weeks ago (2 children)

I tested on three different Android devices but my laptop is not powerful enough to run an emulator so I haven't tried that.

[–] JackGreenEarth@lemm.ee 2 points 2 weeks ago* (last edited 2 weeks ago) (9 children)
[–] JackGreenEarth@lemm.ee 2 points 2 weeks ago (2 children)

Tap for Kotlin script

plugins { alias(libs.plugins.android.application) alias(libs.plugins.kotlin.android) }

android { namespace = "org.jackgreenearth.materialmusic" compileSdk = 35

defaultConfig {
    applicationId = "org.jackgreenearth.materialmusic"
    minSdk = 30
    targetSdk = 35
    versionCode = 1
    versionName = "1.0"

    testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
    release {
        isMinifyEnabled = false
        proguardFiles(
            getDefaultProguardFile("proguard-android-optimize.txt"),
            "proguard-rules.pro"
        )
    }
}
compileOptions {
    sourceCompatibility = JavaVersion.VERSION_17
    targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
    jvmTarget = "1.8"
}
buildFeatures {
    viewBinding = true
}

}

dependencies {

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
implementation(libs.androidx.constraintlayout)
implementation(libs.androidx.navigation.fragment.ktx)
implementation(libs.androidx.navigation.ui.ktx)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
implementation(libs.androidx.vectordrawable)
implementation(libs.androidx.vectordrawable.animated)

}

[–] JackGreenEarth@lemm.ee 4 points 2 weeks ago (1 children)

That's a huge generisation. Most white people, including me, have no idea who Rachel Ray is.

[–] JackGreenEarth@lemm.ee 92 points 2 weeks ago (8 children)

It's too fractured, posts in one community on one instance have separate comments and interaction to the same post in the same community on another instance, even if you use crossposts properly, and it clutters up your feed with multiple of the same post

[–] JackGreenEarth@lemm.ee 2 points 2 weeks ago

I edited the link to txt so it should work now, although for me it was white on white so I had to ctrl-a the text to read it. I replied to your other points in a separate comment

[–] JackGreenEarth@lemm.ee 3 points 2 weeks ago (4 children)

I've tested it on 3 real phones, I imported the vector graphics from the google database of default vector graphics and followed the android studio docs page on how to import images, I used the srcCompat attribute and added vectordrawable to the build.gradle.kts.

How do I share my project settings? Is that a file?

[–] JackGreenEarth@lemm.ee 2 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Anything in the log?

Plenty, but nothing that is obvious enough to me as a newbie to android dev. Maybe it's obvious to someone more experienced though, the log is too long to post in this comment, but here is a link to the file.

https://share.jackgreenearth.org/logcat/samsung-SM-A405FN-Android-11_2024-10-30_102911.txt

view more: ‹ prev next ›