GithubHelp home page GithubHelp logo

Comments (4)

cansugedik avatar cansugedik commented on May 17, 2024 1

Bu sayfada gösterdiğiniz gibi aslında;

34260a2

-- compileSdkVersion 25 -- olmasıyla alakalıymış benim sorunum.
-- compileSdkVersion 27 -- yaparak sorun çözüldü.

from tableview.

cansugedik avatar cansugedik commented on May 17, 2024
dependencies {
 compile 'com.evrencoskun.library:tableview:0.8.5.1' 
}

build.grandle ekledikten sonra bu hatayı almaktayım.

Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@label value=() from AndroidManifest.xml:12:9-25
	is also present at [com.evrencoskun.library:tableview:0.8.5.1] AndroidManifest.xml:13:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:9:5-46:19 to override.

AndroidManifest.xml de android:label="vTerminal" etiketini sildiğimde ise bu hatayı alıyorum.
tools:replace="android:label" etiketini eklediğimde de bu hatayı alıyorum.

Error:(15, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.

from tableview.

evrencoskun avatar evrencoskun commented on May 17, 2024

Selam Cansu,

yaşadığın problem TableView'ile alakalı bir durum değil.

Sana örnek olması açısından TableViewSample uygulamasının build.gradle dosyasına bakmanı öneriyorum.

from tableview.

evrencoskun avatar evrencoskun commented on May 17, 2024

Selam Cansu,

Probleminin sebebi,

TableView içerisinde kullanılan aşağıdaki library'lerin senin uygulamanda derlenmemesi.

compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:recyclerview-v7:27.0.2'

Senin compileSdkVersionun 25 oldugundan hata alıyordu.

**Çözümü: ** seninde paylaştığın gibi, compileSdkVersionun versiyonunu güncellemek.

Yaşadığın problem çözüldüyse, #22 issue'yu kapatıyorum.

Bir sonra ki, olası problemin için, ayrı bir issue oluştursan sevinirim.

Kolay gelsin.

from tableview.

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.