top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the release criteria of android open source project?

0 votes
170 views

I have some query regarding criteria of stable binary of android source code project. Please provide me information about release criteria of android open source project on based success rate of performed testing.

posted Feb 15, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

IJG released new version of libjpeg (Jpeg-9) with improvements for the new introduced lossless coding mode. which gives better compression than PNG images. lossless compression is useful in many image processing applications.

  1. Is there any plan to use new libjpeg version 9 in feature release of Android?
  2. If libjpeg is updated to version 9 in android platform, are you guys going to use lossless compression mode?
  3. Any application/library in android platform using optimized Huffman coding mode (optimize_coding = TRUE) of libjpeg?
  4. Which version libjpeg is used in Android 4.3 (key lime pie)?
+4 votes

Does anyone know if it is possible to realize the distributed compilation of Java? Are there any limitations or problems of dependencies ? Are there any Open Source tools which could help to do this?

+1 vote

My ultimate goal is to create a new lock screen for android so I thought that the best way to do that is to modify the source files that already implement the lock screens in android and particularly in android 4.2 or 4.3. I followed the instructions in http://source.android.com/source/building.html and i successfully downloaded and built android 4.3 in my computer. The next step is the modification of some java files. I want to do this with eclipse. I have eclipse 4.3.1 and I am trying to follow the instructions in http://source.android.com/source/using-eclipse.html . The problem is that the instructions are for older version of eclipse and with the new version i cant follow the 5th step as shown below :

  • If Eclipse asks you for a workspace location, choose the default.
  • If you have a "Welcome" screen, close it to reveal the Java perspective.
  • File > New > Java Project
  • Pick a project name, "android" or anything you like.
  • SELECT "CREATE PROJECT FROM EXISTING SOURCE", ENTER THE PATH TO YOUR ANDROID ROOT DIRECTORY, AND CLICK FINISH.
  • Wait while it sets up the project. (You'll see a subtle progress meter in the lower right corner.)

How can I do this correctly in eclipse 4.3.1 ; If i follow the wright steps will I be able to import all android 4.3 in eclipse without showing any errors? Please help me.

0 votes

Will there be any new functions for MediaCodec in the coming Android L release? Such as reference picture selection instead of key picture request for video encoding?

...