Giter Club home page Giter Club logo

Comments (9)

Astate avatar Astate commented on May 18, 2024 2

To use source with recent version of Android-Studio i need to modify :

I need to change gradle 2.0.0 to 3.3.0 in build.gradle of project: jellyfin-androidtv
classpath 'com.android.tools.build:gradle:3.3.0'

I need to change word 'compile' to 'implementation' and change buildToolsVersion in build.gradle Module: app

buildToolsVersion "28.0.3" 

android {
flavorDimensions "version"
}
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    amazonImplementation project(':exomedia-amazon')
    googleImplementation 'com.devbrackets.android:exomedia:2.5.6'
    implementation 'com.android.support:recyclerview-v7:23.1.1'
    implementation 'com.android.support:leanback-v17:23.1.1'
    implementation 'com.android.support:appcompat-v7:23.1.1'
    implementation 'com.mcxiaoke.volley:library:1.0.19'
    implementation 'com.squareup.picasso:picasso:2.3.2'
    implementation 'com.github.bumptech.glide:glide:3.7.0'
    implementation 'com.google.code.gson:gson:2.5'
    implementation 'com.squareup.okhttp:okhttp:2.7.0'
    implementation 'com.squareup.okhttp:okhttp-urlconnection:2.7.0'
    implementation 'com.google.guava:guava:18.0'
    implementation 'com.flaviofaria:kenburnsview:1.0.6'

from jellyfin-androidtv.

thornbill avatar thornbill commented on May 18, 2024

It looks like I am using Gradle 2.10 to build the app.

from jellyfin-androidtv.

Astate avatar Astate commented on May 18, 2024

Gradle 2.10 = Dec 21, 2015 very old
Gradle 4.10.3 = Dec 05, 2018

I want to know how to build this app, because i want to play with this app code.

from jellyfin-androidtv.

krodelabestiole avatar krodelabestiole commented on May 18, 2024

thanks a lot for these directives !

here is a very unofficial build for who might be interested :
https://xunga.org/jellyfin-androidtv.apk

from jellyfin-androidtv.

fagervan avatar fagervan commented on May 18, 2024

Can you help me?. I install android studio, clone the jellyfin-androidtv from github. What is the configuration of the project?
Android Gradle Plugin Version: xxxx
Gradle Version: xxxx
regards

from jellyfin-androidtv.

anthonylavado avatar anthonylavado commented on May 18, 2024

@fagervan Before going further, is there a particular need you have to compile it?

It’s not the easiest to install until we get it on the stores, but we have pre-compiled versions available on our Binary Repository. More info here:

https://jellyfin.readthedocs.io/en/latest/clients/#android

from jellyfin-androidtv.

fagervan avatar fagervan commented on May 18, 2024

@fagervan Before going further, is there a particular need you have to compile it?

It’s not the easiest to install until we get it on the stores, but we have pre-compiled versions available on our Binary Repository. More info here:

https://jellyfin.readthedocs.io/en/latest/clients/#android

Thank you. it is only for learning.
Before I was a developer in other languages, but never for android. Greetings.

from jellyfin-androidtv.

thornbill avatar thornbill commented on May 18, 2024

The easiest way to build the app is probably to install Android Studio and run the build gradle task.

Alternatively, you could use the gradle wrapper script in the project root (gradlew or gradlew.bat depending on your operating system) and run gradlew build.

from jellyfin-androidtv.

fagervan avatar fagervan commented on May 18, 2024

The easiest way to build the app is probably to install Android Studio and run the build gradle task.

Alternatively, you could use the gradle wrapper script in the project root (gradlew or gradlew.bat depending on your operating system) and run gradlew build.

Thank you. now if it works "gradlew.bat build bundleGoogle"
In addition to android_studio, I had to install oracle java8jdk. regards

from jellyfin-androidtv.

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.