Android開發 建立與獲取Assets目錄

2021-10-17 03:05:45 字數 1131 閱讀 8532

先建立乙個檔案,位於編譯後的 class 檔案目錄。然後再把該檔案的絕對路徑做擷取,便能得到專案在電腦上的絕對路徑(每個專案在電腦上路徑都不一樣)。再拼接上 src/main/assets 便能實現 assets目錄json檔案的建立了。

private

final

static string output_file_name =

"destination.json"

;try

}catch

(ioexception e)

public()

catch

(nosuchmethodexception e)

catch

(classnotfoundexception e)

catch

(illegalacces***ception e)

catch

(invocationtargetexception e)}}

獲取 assets 路徑下的檔案並讀取 json 檔案

private

static string parsefile

(string filename)

}catch

(ioexception e)

finally

if(reader != null)

}catch

(ioexception e)

}return builder.

tostring()

;}

方法二:通過 context 獲取

獲取路徑讀取 json 檔案

//讀取assets資料夾中的json檔案,返回json字串

public

static string getjson

(string filename, context context)

}catch

(ioexception e)

finally

catch

(ioexception e)

}return stringbuilder.

tostring()

;}

Android開發之全域性獲取Context的技巧

第一行 android 高階篇 這本書對於入門來說確實很棒,很簡單明瞭的介紹了android開發中涉及到的方方面面,對我的幫助很大,同時記錄一些該書中一些對我以後開發有用的東西,以方便使用。1 public23 private static context context 45 override 6...

Android時間獲取與使用

time local new time local.set system.currenttimemillis mlocaltime.settext local.format2445 time shanghai new time asia shanghai shanghai.set system.cu...

Linux 系統下Android開發 獲取原始碼

在ubuntu下獲取google原始碼很簡單,只需採用以下命令 sudo apt get install git core 如果是centos 我的系統為centos 5.5 則按以下步驟進行 tar xzvf git latest.tar.gz cd git 2011 04 30 autoconf...