1
我正在編輯this庫。 DragDropGrid.class
具體,但我不能。該代碼的許可證是這樣的:如何編輯Android庫.class文件
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
所以我應該可以編輯它。問題是,當我嘗試時沒有任何反應。有沒有解決這個奇怪的問題?我試圖谷歌找到一個解決方案,但我得到的結果告訴我不要編輯R
文件。
您應該編輯DragDropGrid.java,而不是* .class – Egor
謝謝,我使用eclipse的Ctrl +單擊功能來到'* .class'文件,所以當我嘗試過的任何東西都沒有工作時,我大吃一驚。 @Egor – Lunchbox