DirectoryNotFoundException: Could not find a part of the path "/data/app/com.DefaultCompany.Myproject3-2/base.apk/Resources/JSON/CafeJson.json".


์ด ์˜ค๋ฅ˜๊ฐ€ ๋œจ๋Š”๋ฐ ๋‚ด ์œ ๋‹ˆํ‹ฐ์—์„œ๋Š” ๋ถ„๋ช…ํžˆ ์žˆ๋Š” ํ”„๋กœ๊ทธ๋žจ์ธ๋ฐ ๋นŒ๋“œํ•  ๋•Œ ํ•ด๋‹น ํŒŒ์ผ์ด ๋นŒ๋“œ๊ฐ€ ๋˜์ง€ ์•Š๋‚˜๋ด


์ด๋Ÿด ๋•Œ๋Š” ์–ด๋–ป๊ฒŒ ํ•ด์•ผํ•˜๋Š”๊ฑฐ์ž„



DirectoryNotFoundException: Could not find a part of the path "/data/app/com.DefaultCompany.Myproject3-2/base.apk/Resources/JSON/CafeJson.json".


System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <c79628fadf574d3a8feae0871fad28ef>:0)

System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) (at <c79628fadf574d3a8feae0871fad28ef>:0)

(wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)

System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean checkHost) (at <c79628fadf574d3a8feae0871fad28ef>:0)

System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) (at <c79628fadf574d3a8feae0871fad28ef>:0)

System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) (at <c79628fadf574d3a8feae0871fad28ef>:0)

System.IO.StreamReader..ctor (System.String path) (at <c79628fadf574d3a8feae0871fad28ef>:0)

(wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)

System.IO.File.ReadAllText (System.String path) (at <c79628fadf574d3a8feae0871fad28ef>:0)

CafeJsonManager.MenuSet () (at C:/Users/Com/My project (3)/Assets/02.Scripts/16~20.Kiosk/16.Cafe/CafeJsonManager.cs:143)

CafeJsonManager.Start () (at C:/Users/Com/My project (3)/Assets/02.Scripts/16~20.Kiosk/16.Cafe/CafeJsonManager.cs:137)


์ด๊ฒŒ ์˜ค๋ฅ˜ ์ „๋ฌธ์ด๊ณ ย 

string jdata = File.ReadAllText(Application.dataPath + "/Resources/JSON/CafeJson.json");๊ฐ€ 143๋ฒˆ์งธย 

MenuSet();๊ฐ€ 137๋ฒˆ์งธ ์ค„์ด์•ผ