Arcous Software
Arcous Software
Sivas
29/04/2016 tarihinden beri üye
20 GY Puanı
85K GY Sırası

Kişisel Sayfaları

İlgi Alanları

1 Rozet
0 Sertifika
3 Soru Sordu
0 Cevap Verdi
0 Blog Yazısı
0 Etiket Takibi

Hakkında

İş Tecrubesi

Kullanıcıya ait İş tecrübesi bilgisi bulunmamaktadır.

Eğitim Geçmişi

Kullanıcıya ait Eğitim geçmişi bilgisi bulunmamaktadır.

Sertifikalar & Başarılar

GY Sertifikaları (0)
Kullanıcının GY sertifikası bulunmamaktadır.
Diğer Sertifikaları (0)
Kullanıcıya ait sertifika bulunmamaktadır.
Test Sonuçları (0)

Kullanıcıya ait test sonucu bulunmamaktadır.

Dil Becerileri

Son Forum Aktiviteleri

3
Tümünü Gör

Gradle.Buil Hata Could not find property

Error:(40, 0) Could not find property 'RELEASE_STORE_PASSWORD' on SigningConfig_Decorated{name=release, storeFile=C:\Users\Alperen\Desktop\Muhappet-master\TMessagesProj\config\release.keystore, storePassword=null, keyAlias=null, keyPassword=null, storeType=C:\Users\Alperen\Desktop\Muhappet-master\TMessagesProj\config\release.keystore}. Open File buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:1.1.3' } } apply plugin: 'com.android.application' repositories { mavenCentral() } dependencies { compile 'com.android.support:support-v4:22.0.+' compile 'com.google.android.gms:play-services:7.0.0' compile 'net.hockeyapp.android:HockeySDK:3.5.+' compile 'com.googlecode.mp4parser:isoparser:1.0.+' compile 'com.android.support:recyclerview-v7:+' } android { compileSdkVersion 22 buildToolsVersion '22.0.1' compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 } signingConfigs { debug { //storeFile file("config/debug.keystore") } release { storeFile file("config/release.keystore") storePassword RELEASE_STORE_PASSWORD keyAlias RELEASE_KEY_ALIAS keyPassword RELEASE_KEY_PASSWORD } } buildTypes { debug { debuggable true jniDebuggable true signingConfig signingConfigs.debug } release { debuggable false jniDebuggable false signingConfig signingConfigs.release } foss { debuggable false jniDebuggable false signingConfig signingConfigs.release } } sourceSets.main { jniLibs.srcDir 'libs' jni.srcDirs = [] //disable automatic ndk-build call } sourceSets.debug { manifest.srcFile 'config/debug/AndroidManifest.xml' } sourceSets.release { manifest.srcFile 'config/release/AndroidManifest.xml' } sourceSets.foss { manifest.srcFile 'config/foss/AndroidManifest.xml' } defaultConfig { applicationId "com.muhappet.android" minSdkVersion 9 targetSdkVersion 22 versionCode 492 versionName "2.7.0.tr" } }

8 yıl 4 ay önce yanıtladın

Acil Yardımcı olacak varmı Lütfen :(

https://github.com/WhisperSystems/Signal-Android bunu açarken hata veriyor yardımcı olabilecek varmı

8 yıl 4 ay önce yanıtladın

Error: Configuration with name 'default' not found hata

Benim acil bir sorunum var https://github.com/SilenceIM/Silence burdaki projeyi çalıştırırken hata veriyor bakabilen varmı

8 yıl 5 ay önce yanıtladın