[android-developers] Re: Build Error - Android 2.2

2011-03-18 Thread rahul
Try this change: LOCAL_SDK_VERSION=current (3 Android.mk files)

1. frameworks/ex/common/Android.mk
2. external/jsr305/Android.mk
3. external/guava/Android.mk

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Hi All

I again downloaded the code. Not its compiling.


Thanks  Regards
Manikandan.D

On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid manis.dr...@gmail.com wrote:

 Hi All

 I downloaded the Android 2.2 source code and try to build it.

 When I executed the make command, I got an error here like this

 build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION
 '8' Choices are: current 4 5 6 7.  Stop.

 Then I changed the frameworks/ex/common/Android.mk to  LOCAL_SDK_VERSION =
 8 from LOCAL_SDK_VERSION = 7

 Next place, build/core/java.mk:20: *** external/jsr305: Invalid
 LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.

 I changed the external/jsr305/Android.mk to  LOCAL_SDK_VERSION = 8 from
 LOCAL_SDK_VERSION = 7

 Last one, build/core/java.mk:20: *** external/guava: Invalid
 LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
 I changed the external/guava/Android.mk to  LOCAL_SDK_VERSION = 8 from
 LOCAL_SDK_VERSION = 7

 By these changes the code started the compilation.

 1. Why the error occured?

 2. Changes which I did is correct or not?


 Any one please update me..


 Thanks  Regards
 Manikandan.D




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Sorry, it's compiling fine.



On Thu, Jun 24, 2010 at 4:09 PM, Mani Droid manis.dr...@gmail.com wrote:

 Hi All

 I again downloaded the code. Not* its compiling.


 Thanks  Regards
 Manikandan.D

   On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid manis.dr...@gmail.comwrote:

 Hi All

 I downloaded the Android 2.2 source code and try to build it.

 When I executed the make command, I got an error here like this

 build/core/java.mk:20: *** frameworks/ex/common: Invalid
 LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.

 Then I changed the frameworks/ex/common/Android.mk to  LOCAL_SDK_VERSION =
 8 from LOCAL_SDK_VERSION = 7

 Next place, build/core/java.mk:20: *** external/jsr305: Invalid
 LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.

 I changed the external/jsr305/Android.mk to  LOCAL_SDK_VERSION = 8 from
 LOCAL_SDK_VERSION = 7

 Last one, build/core/java.mk:20: *** external/guava: Invalid
 LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
 I changed the external/guava/Android.mk to  LOCAL_SDK_VERSION = 8 from
 LOCAL_SDK_VERSION = 7

 By these changes the code started the compilation.

 1. Why the error occured?

 2. Changes which I did is correct or not?


 Any one please update me..


 Thanks  Regards
 Manikandan.D






-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en