I found this in JDK 6 FAQ
from http://www.oracle.com/technetwork/java/javase/overview/faqs-jsp-136696.html
Frequently Asked Questions Is Java still free and open source? The current version of Java - Java SE 6 - is free and available for redistribution for general purpose computing. Java SE continues to be available under the Oracle Binary Code License (BCL) free of charge. JRE use for embedded devices and other computing environments may require a license fee from Oracle. Read more about embedded use of Java SE or contact your local Oracle sales representative to obtain a license
Since Android is an embedded device.Now i am confused between two idea
1.Java will cost fee if we develop with pure java for embedded device without using anroid sdk.
2.Even if we develop with android sdk, Java will still cost fee if we develop with java.
Please answer me Which choice is true or other choice?