[android-developers] Re: android system make. error 45

2009-05-07 Thread Lawrence Wu
This problem is caused by not only lack # symbol but alos lack the parameter data type. So Scroller.java, line 365 should be modified to be following: --- * further and longer, when used with {...@link #setFinalX(int)} or {..

[android-developers] Re: android system make. error 45

2009-05-07 Thread Lawrence Wu
Hi Andrew, Not only lack # symbole but also lack parameter type. So need to modified it to be following: * further and longer, when used with {...@link #setFinalX(int)} or {...@link #setFinalY(int)}.