我有一個Android Studio項目需要發送給使用IntelliJ的同事,local.properties是爲我的SDK位置定義的,而IntelliJ不能找到它...有沒有辦法發送這個項目,而無需在Android Studio中打開它?如果是這樣,怎麼樣? The error description in Intellij
所以我有這個項目,我正在努力。我試圖在此代碼上添加返回當前星期日期(星期一,星期二,星期三等)的日期名稱。 這是我的代碼目前的樣子: // Get the current date
var curr = new Date(new Date().getTime() + 60 * 60 * 24 * 7);
// First day
var first