Android uygulamam yüklendiğinde önceden oluşturulmuş bazı dosyalar oluşturmak istiyorum.Uygulamanın APK'sı ile veri dosyaları nasıl eklenir?
Dosyayı hem dahili bellekteki (data/data // files /) hem de yeni oluşturulan sdcard dizinlerinde (/ sdcard // data1 /) oluşturmak istiyorum.
Bunu nasıl yapabilirim?
Bence bu doğru cevap. ayrıca bkz. http://developer.android.com/reference/android/content/res/AssetManager.html#list(java.lang.String) ve http://developer.android.com/tools/projects/index.html – likejiujitsu