Android :: How To Build Adb.exe For Windows?
Aug 18, 2009
I want to modify the usb_windows.c in /system/core/adb and recompile a new adb.exe to test our platform. but, when i use "make HOST_OS=windows", it failed. i use ubuntu 8.04 and i can build with "make HOST_OS=linux". does anyone know how to build my adb.exe?
View 12 Replies
Sep 30, 2010
How can I build and signed (keystore) the .apk file using 'apkbuilder.bat' via windows command-line? I try to run the following line: apkbuilder.bat %APK_File_Name% -u -z %Project_Path%in esources.ap_ -f %Project_Path%inclasses.dex -rf %Project_Path%. But I'm getting the following exception: java.lang.ArrayIndexOutOfBoundsException: 1 at com.android.sdklib.build.ApkBuilderMain.main<ApkBuilderMain.java:61>.
View 2 Replies
View Related
Jun 6, 2012
How does one build a rom with aosp on windows, is it possible to build on a virtual box or something like that?
View 2 Replies
View Related
Jan 29, 2009
I am trying to build the Browser source code downloaded from the http://android.git.kernel.org/ site with android-sdk-windows-1.0_r1. I am getting a lot of compilation errors and it seems that many classes are missing in 1.0 which are being used by the Browser.
I am stuck into this and not able to figure a way out. Let me know if I am missing anything. Waiting desperately 4 a reply.
View 2 Replies
View Related
Oct 26, 2012
how to build a custom rom from Cyanogemod on my Windows 7 PC?
I tried custom rom Compiler but thats only for ubuntu. Dxidia's kitchen doesn't support X8 or W8.
View 1 Replies
View Related
Apr 20, 2012
is it possible to Build System apps like Contacts on Windows?
If i download for example the source of Contacts.apk it shows errors like "ACTION_CALL_PRIVILEGED cannot be resolved or is not a field".
Is there a Possiblity to make it work on Windows?
View 1 Replies
View Related
Aug 26, 2009
Is it possible to build a "windows" distribution of a "donut" release?
View 2 Replies
View Related
Jun 24, 2010
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?
View 3 Replies
View Related
Feb 21, 2013
I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...
cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.
Here are the Warnings I got when compiling
mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....
View 9 Replies
View Related
Nov 10, 2010
i cant wait to get my Xperia upgraded to 2.1! i have one issue though. i only have access to a work PC with XP but no admin account (big corp, so no chance of getting it temporarily) or my housemates Mac. my girlfriend has a laptop but she wont be home until next weekend are there any non-windows/non-admin methods of upgrading?
View 6 Replies
View Related
May 21, 2010
I have had DC 2.08.1 installed for about 2 weeks with no issues. I decided to go ahead and partition the SD to utilized apps2SD as I was having memory issues. That process, while not smooth, went through okay and the SD card is working with the partition and apps2SD. However, ever since that was completed, my Windows 7 box no longer recognizes the phone either as a phone or as a drive. My Linux laptop recognizes the drive without issue.
Any suggestions on how I can reintroduce my phone to the Windows box, at least as a drive?
View 2 Replies
View Related
Dec 2, 2009
Try something like this,
ANT_OPTS="-Xms256M -Xmx512M" export ANT_OPTS ant ...
On 12/2/09 12:11 PM, sdphil wrote:
View 4 Replies
View Related
Apr 14, 2010
HTC may develop own mobile OS, follow iPhone model | Electronista
Palm with webOS, Samsung with Bada and now HTC with their own? Is this going to lead anywhere good?
View 8 Replies
View Related
May 19, 2010
k9-2707-release.apk - k9mail - K9 2707 - Project Hosting on Google Code
View 3 Replies
View Related
Jun 4, 2009
I'm having pukage when I try building from ant. I followed the sdk upgrade instructions:
$ android update project --path /path/to/my-project --target 1
and when I try to build:
$ ant release
I get:
CODE:...........
It seems that something in:
CODE:..............
Is causing ant to harf, but that's about all I can tell.
View 2 Replies
View Related
May 12, 2009
Is there a tool or a website that could help me create a UI for an Android application using drag-and-drop?
I found this site but want to know if there is a more stable tool or website for this?
View 3 Replies
View Related
May 11, 2009
I would like to do is a build-in SMS Counter. When having plans that allow you to do a specified amount of SMS messages in a month, an SMS Counter would be very useful, and I can't imagine writing code for it could be that hard. I think that, apart from me, many people would love this simple extra to the Android OS.
View 2 Replies
View Related
Sep 8, 2010
My application needs to compile into different version, from 1.5 to 2.1. The development environment is eclipse. I don't want to have different source code or project for each version. How could I do it?
View 5 Replies
View Related
May 18, 2009
I just tried to figure out the build.xml from the SDK 1.5. I used "android update project" an an existing project and got a very short build.xml. When I strip out all the comments, this is what's left:
<?xml version="1.0" encoding="UTF-8"?> <project name="com.webxells.ourproduct" > <property file="local.properties"/> <property file="build.properties"/> <property file="default.properties"/> <path id="android.antlibs"> <pathelement path="${sdk-location}/tools/lib/anttasks.jar" /> <pathelement path="${sdk-location}/tools/lib/sdklib.jar" /> <pathelement path="${sdk-location}/tools/lib/ androidprefs.jar" /> <pathelement path="${sdk-location}/tools/lib/apkbuilder.jar" /
View 2 Replies
View Related
Nov 11, 2009
I define a setBackgroundDrawable with a png resource that's 2px wide and 50px high. Android fills the background with this resource. The question I have: Does Android replicate the resource to fill the width of the screen or does it stretch it? The png is not 9-patch.
View 3 Replies
View Related
Aug 6, 2009
I'm seemingly having problems creating the apk using an ant build for 1.5. It's building so I'm guessing the sdk pointer in local.properties is set correctly, but it seems to not be finding sun.security.x509.* (?).
I can see that jarutils.jar is in
CODE:...............
Here's the traceback spew...
release: [apkbuilder] Creating .Phresheez-unsigned.apk for release...
CODE:................
View 5 Replies
View Related
Jun 25, 2010
Is that possible to build an extensions to build-in apps like contacts, or addessbook, so we could adding additional menu ?
View 2 Replies
View Related
Apr 24, 2009
I am in the process of writing some new build files for Android Sdk 1.5 and beyond.
My question is every tool-IDE plugin the same in that they do not contribute the ANT task libs to the IDE ant editor and thus have to manually set the paths in each IDE?
At them moment i know ADT 0.90 pre is but I am assuming that will change as we approach the ADT 0.90 final release.
View 2 Replies
View Related
Feb 8, 2010
I'm building using Ant and trying to use build.properties to override some default values, and failing miserably. What am I missing?
Here's what I've tried:
1) Create a project with: > android create project --target 1 --name MyAndroidApp --path ./MyAndroidAppProject --activity MyAndroidAppActivity --package com.example.myandroid
View 5 Replies
View Related
Sep 15, 2010
I was wondering what the feasibility would be for creating a custom Android build and deploying it on a currently available device on the market. Are there any documents or guidelines that describe the process?
View 3 Replies
View Related
Mar 30, 2010
I seperate my application into 2 projects. one for UI,the other is for service.How can I build these 2 applications into one apk?
View 9 Replies
View Related
Apr 15, 2009
I'm attempting to test one of my applications in the SDK1.5 environment, but when it tries to build, I get this error:
[2009-04-15 12:33:13 - Battle Bricks] trouble processing "java/awt/font/NumericShaper.class": [2009-04-15 12:33:13 - Battle Bricks] Attempt to include a core VM class in something other than a core library. It is likely that you have attempted to include the core library from a desktop virtual machine into an application, which will most assuredly not work. If you really intend to build a core library -- which is only appropriate as part of creating a full virtual machine binary, as opposed to compiling an application -- then use the "--core-library" option to suppress this error message. If you go ahead and use "--core-library" but are in fact building an application, then please be aware that your build will still fail at some point; you will simply be denied the pleasure of reading this helpful error message.
But I've tested my other application in the environment, and it worked fine. I've looked through my imports, and none of my files import NumericShaper, so I'm confused as to why it seems to think that it is being referenced.
View 5 Replies
View Related
Mar 23, 2010
I want to use my own SDK ( Android SDK + few new app + modified apps ) along with Eclipse on Windows / Linux machine. Am I able to do this ?
View 4 Replies
View Related
Apr 6, 2009
I have done x86_64 android build on ubuntu. The build went successful. Initially i was getting the home screen while launching emulator, but now I am facing a problem. A blank screen with a text "ANDROID" is coming up. Can anybody suggest me what i should do to resolve the same.
View 3 Replies
View Related
Jun 1, 2010
I'd like to build the calculator2 app supplied with android as a starting point for some mods I'm thinking about. How can I build it in eclipse? In the android source I've found only the .java files, but not the .xml like manifest, main and so on.
View 2 Replies
View Related