-1
votes
0answers
5 views

Could not connect to device AFT [closed]

Im trying connect my Galaxy Note 10.1 to my hackintosh. But when i connect USB Android File Transfer Shows this error: Could not connect to device. Try reconnecting or restarting your device. How i ...
0
votes
1answer
15 views

adb recognizes my device but when i open eclipse connection is lost

I have managed to use my device (Chinese tablet named Pipo S2 running Android Version 4.1.1) with adb. I had to change the adb_usb.ini file in .android folder. Unfortunately, the connection is lost ...
0
votes
1answer
20 views

My android emulator stop working correctly

Sorry, I am new to android development and my emulator for some reason now shows a black screen and freezes. This is what the error log says emulator-5554 disconnected! Cancelling ...
2
votes
2answers
72 views

Android studio can't connect through ADB on OSX

I've been working a bit with Android Studio on OSX 10.7.5 and it looks very promising. I've run into a problem when trying to launch an application on my device however. When clicking the run button, ...
1
vote
3answers
245 views

Android Studio IDE with private jre/jdk? OSX

I'm running OSX 10.8 and was trying to run the Android Studio app bundle using a private jdk rather than one that is globally installed. EDIT: I don't have any java installation globally accessible. ...
1
vote
3answers
40 views

How can two machines detect each other when their ips keep changing?

Let me describe what I want to achieve and where I am stuck. It is okay to suggest an entirely different alternative. I have an Android phone with NFC feature. I have a macbook pro. A wifi ...
1
vote
2answers
131 views

Android valgrind build fails

Hello I'm trying to build valgrind for android-arm. On Linux Mint 13 it fails with: $ make echo "# This is a generated file, composed of the following suppression rules:" > default.supp echo "# " ...
4
votes
0answers
108 views

Proguard exception while creating release android apk

I am building an app engine connected android project using the eclipse plugin. The project is working fine and so I decide it's time to create a release APK. Using eclipse, I go through the process. ...
0
votes
0answers
129 views

Install .apk file to Android Emulator on a Mac

I'm new to Android and I was given some .apk files (not created by me) with malware that I'm trying to run on the Android emulator for testing purposes (trying to get app's system call data using ...
0
votes
1answer
30 views

Samsung Java SDK 1.2.2 for OSX

I'm trying to find a Samsung Java SDK 1.2.2 for OSX, is there anyone? In Samsung Java SDK I've just found one for Windows. Thanks!
0
votes
2answers
462 views

Creating new, first, phonegap Android project on mac returns error: ANDROID_BIN=“${ANDROID_BIN:=$( which android )}” exited with 1

I installed the all the recommended programs from PhoneGap's Getting Started Guide and followed the various steps. I created the .bash_profile file and it looks like this: export ...
2
votes
0answers
100 views

ADT Bundle for mac is damaged

I download the ADT Bundle for mac and save it under /development. When I try to open eclipse, my mac says "Eclipse" is damaged and can't be opened. You should move it to the Trash. I trash the whole ...
1
vote
1answer
73 views

Building android apk with ant under MacOS X and “Application not installed”

I have a bash script that basically calls ant to compile a Android application source tree, and then uses adb to install and start the application on a connected android device. The bash script has ...
0
votes
2answers
131 views

How to present/view an android screen on a macbook pro?

I'm looking for an application and software that i can use in order to present/view my android screen on my mac like the one that google is using on their keynote and presentations. All the actions ...
-1
votes
0answers
80 views

Are Mobile "WebView” Apps Good or Bad? [closed]

I really liked the idea of creating an app with WebView for IOS and Android because then I can make updates on my web application outside of having to worry about IOS/Android. I also like the fact ...
0
votes
0answers
58 views

Android emulator on mac - up down keys do not change selection

I was doing android development earlier on windows, recently I switched to mac osx to develop android app. I am running the emulator to debug my app. The app contains a list of items on the main ...
0
votes
1answer
95 views

How to start Android AOSP emulator on MAC

I have downloaded and compiled Android source code per instructions on Android source website (http://source.android.com/source/building.html) I chose $ lunch full-eng an emulator engineering ...
0
votes
0answers
66 views

How to prevent android emulator from stealing focus of my full screen google chrome showing Jenkins with Wall Display Plugin

I know this is a very specific question but I'm running my Continuous Integration Server on a mac in the middle of the room (so everyone can see it) and every time the android tests run the simulator ...
0
votes
0answers
74 views

Operation not permitted: Android source building OS X 10.8.2

I am trying to build the Android source tree (Android 4.0.1) on a Mac OS X 10.8.2. When I do lunch: /bin/bash: prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-gcc: ...
0
votes
0answers
67 views

Error: Unknown option --host=arm-eabi

I am trying to compile open source code using this tutorial on Mac. My build.sh is INSTALL_DIR="/Users/rspl/Desktop/Android/TestMAPLib/jni/agclib" SRC_DIR="/Users/rspl/Desktop/Android/agclib/" cd ...
0
votes
1answer
128 views

Need to install Java 6 for Mac to compile Android source code

I am trying to setup Android build environment for my Mac 10.8.3 I dont understand, Apple provide instructions on how to revert mac back to Java 1.6 here : ...
0
votes
0answers
216 views

Android Source Code Error : ** Don't have a product spec for: 'full' ** Do you have the right repo manifest?

I am just doing starting out, I have downloaded the Android source, and have now executed following commands: source build/envsetup.sh and lunch I select the "1. full-eng" and after this I get ...
0
votes
1answer
26 views

Unknown string in Terminal

What does this mean, "android_358920041107720" and how do I get rid of this string when starting my Terminal? I believe it came from me downloading PhoneGap/Cordova, but not entirely sure. Any help ...
-3
votes
1answer
37 views

Applications for Computers and Mobiles [closed]

I know that there are some tools that make the app run on different mobiles or on different computers. But is there any tool/software that can make the app run on Computer (windows, mac and linux) as ...
1
vote
0answers
152 views

Scriptable iOS, Android, OSX and Windows 2D game engine with video support [closed]

I've been searching for weeks without any luck. Every time I seem to find a perfect engine, a new problem comes up. I'm looking for a 2D game engine able to develop for iOS, Android, OSX and Windows ...
1
vote
1answer
155 views

/usr/include/machine/types.h:37:10: fatal error: 'arm/types.h' file not found

I have spent half a day killing the error. I'm really bored and teared. The project is converting iPhone App to Android apk by Stella SDK. The IDE is xCode 4.6. CompileC ...
1
vote
1answer
49 views

failed to rename directory eclipse in mac

I am in trouble while downloading sdk s in eclipse . I am using mac . When I try installing or updating sdks , I got an error such that /Users/psyfk/android-sdks/extras/android/support to ...
2
votes
1answer
51 views

webview across the platform. Architect View?

I have a c,linux background with less knowledge about web application. I came across some strange requirement, and finding difficult providing solution. Requirement in Short: One Code/multiple ...
0
votes
1answer
142 views

Failed to parse the output of adb version? MAC

I have used Android ADT bundle in Windows 7. There is no issue. But when I try to use Android ADT bundle in MAC, I'm getting the following error in Eclipse: dyld: unknown required load command ...
0
votes
1answer
45 views

Enumerate files and folders recursively

I am trying to run a bash script which will run on the current directory, find files and do some operation on them and when a directory is found do the same for it and over and over again. The thing ...
0
votes
2answers
206 views

nexus 4 connecting app-inventor by usb

I tried connecting my nexus4 to app-inventor using wifi and it worked fine, now when i try using usb (after enabling usb debugging) it gives me this error Detailed error: Unable to get SyncService for ...
0
votes
3answers
61 views

suppose I want to just run the android emulator *as a phone* on my desktop

Suppose I have a MacBook Pro, but I don't have an Android phone and I just want to run Android apps in the emulator on my desktop; I don't want it to make phone calls, but I do want it to talk to the ...
0
votes
1answer
86 views

Adding new menu item to right-click (all platforms)

I have seen a lot of software and browser plugins do this. After installing them, they add some menu items to the system right click. Eg. On my PC, SVN added the item "SVN Checkout" to my right-click ...
0
votes
0answers
126 views

libgdx ClassNotFoundException when starting Desktop main - Mac, IntelliJ

I set up my project as described in the IntelliJ setup tutorial, but I am unable to start the Desktop application. The android app starts up fine in both the emulator and on my S3, but main in Desktop ...
0
votes
0answers
53 views

Cannot Create SD with Eclipse AVD on Mac 10.5

EDIT: I'm sorry if I haven't provided enough information. But if you would need some bit of information to be able to answer this, please just let me know what it is and I'll put it up here. I am ...
0
votes
1answer
76 views

mac terminal error not a valid identifier while running NDK

I am trying to run these commands in my mac terminal but it gives error bashrc is not a valid identifier every time i run these commands. NDK_HOME=/path/to/your/ndk_installation export ...
0
votes
0answers
8 views

Created text from Eclipse with Cyrlic symbols does not displayed in Android correctly

I create simple text file from Eclipse enviroment in Android project. I put this file to Assets folder And then i try read from this file from my application next code: public static String ...
2
votes
0answers
291 views

Trouble connecting Android app to OS X through bluetooth Serial Port Profile

I'm attempting to connect to a Bluetooth port on my MacBook Pro (OS X v10.8 "Mountain Lion") from an android app (Device Version 2.2 "Froyo"). Starting with the BluetoothChat example, I removed the ...
0
votes
1answer
65 views

Cannot step over breakpoints in Eclipse

I am using Eclipse to develop for Android. My test platform is the Android emulator using 4.2.2. Whenever I start the program in debug, it breaks on breakpoints just fine. However, if I try to step ...
1
vote
1answer
100 views

Error creating Cordova 2.2.0 project for Android with Eclipse on OS X

I'm creating a PhoneGap project for Android on OS X, and have installed all the prerequisites. When creating the app from the terminal of PhoneGap, it is showing me the error: Project Already ...
0
votes
0answers
153 views

Can't install Android SDK packages on Mac

I'm trying to install the current version of the Android SDK onto a Mac running OSX 10.7.5. After downloading and unzipping the file to my home directory (where I have full write permissions), I ...
1
vote
0answers
48 views

Can't open Eclipse in new workspace

I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
1
vote
0answers
71 views

How to switch workspace in Eclipse?

I work upon an Android project on MacOS. Recently i had to create a copy of my project in another location. Say it was Users/user/SVN/Applications/BarPoject/AndroidBarProject and now it is ...
0
votes
0answers
201 views

PhoneGap 2.4 Android cannot create project

I download PhoneGap on Mac,and Setup my PATH environment variable on Mac OS see this but when I create project, something went wrong. mysda:sandbox mysda$ ...
1
vote
2answers
84 views

Getting errors when using setText method

Here is my code: public class NoteView extends FragmentActivity implements CustomDialogFragment.CustomDialogListener { private Uri mUri; private String[] projection = { ...
-1
votes
1answer
197 views

Android File Transfer cannot see a folder created by app

I've installed "android file transfer" on mac. My app creates a folder and creates a file in it (the permissions exist in AndroidManifest.xml), writes some data into this file. File exists, I can ...
0
votes
0answers
62 views

How to solve java.lang.UnsatisfiedLinkError on mac 10.8 when starting android SDK manager

I am trying to install Android SDK on mac 10.8.2. After I downloaded the files, I wanted to start SDK Manager by executing the file "android": ./tools/android Then I got the following error ...
0
votes
2answers
117 views

Android Facebook SDK Can't Add Project

I have been following the tutorial found below and am having issues adding the Facebook SDK. https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ It occurs when I get ...
2
votes
2answers
644 views

ADT Bundle for Mac: Eclipse cannot be started

I downloaded Android Developer Tools Bundle for Mac from here. The System Requirements section says it needs "Mac OS X 10.5.8 or later (x86 only)". I tried to start Eclipse.app in ...
1
vote
2answers
544 views

Adb devices can't find Android device on OS X 10.8.2

I'm struggling here to debug my app on my phone. I'm new to the Mac world, and I used to develop on Windows with no problems, so I guess it's not a problem of my phone... To make it clear, this is ...

1 2 3 4 5 7