This tag is for questions related to Moto Dev Studio or Apps being developed using Moto dev studio
Questions tagged [motodev-studio]
29 questions
0
votes
3 answers
Motodev site hanging Eclipse check for updates
I'm a bit new to Eclipse and Android development. A few months back I had installed the motodev environment, which since has been shutdown (Where i can download MotoDev Studio?).
I have removed the motodev environment per Motorola's instructions but…

Chris Smith
- 688
- 8
- 20
0
votes
1 answer
Can you run xmllint within eclipse to validate xml and dtd files?
Is it possible to run xmllint inside Eclipse or Motodev? If so can someone show me? I would like to validate my DTD and XML files. Thanks.

sebastian.c
- 153
- 1
- 9
0
votes
2 answers
Error when trying to install Motodev Core Plugin
I was using Motodev Studio before but since that is not possible anymore I need to install Motodev Core Plugin. I followed the guide on the motodev site http://developer.motorola.com/tools/motodevcoreplugins/ and everything went fine until I had to…

7heViking
- 7,137
- 11
- 50
- 94
0
votes
3 answers
Downloading Full Sample Apps for Android to Analyze
I've been trying to get a sample app off of http://f-droid.org/repository/browse/ for some time. I just want to test the app to see how it works and understand it better. Every time I try to download one though, I click on "source code" and get a…

Rambo8000
- 165
- 3
- 9
0
votes
1 answer
R.java Files on F-Droid.com
I'm trying to download and analyze a few apps from F-Droid.com but when I grab all the java files and all the other files and copy them into my IDE (Motodev Studio for Android) errors pop up all over the place because the R.java file is missing. I…

Rambo8000
- 165
- 3
- 9
0
votes
2 answers
Can MOTODEV studio be used to develop apps for any phone?
I'm starting with android app development, I have a motorola atrix phone and recently I've read about the existence of the MOTODEV studio. I't has very useful features and I'd like to use it but I don't know, the name makes me fear that that apps…

m4l490n
- 1,592
- 2
- 25
- 46
0
votes
1 answer
How to add button on each list element in android
Basically, I have an app where you click a button, it brings you to another activity where you type in something and click another button, then brings you back to the first activity and whatever you wrote in the second activity is added to the first…

user1477107
- 37
- 1
- 8
0
votes
3 answers
Android ArrayList item in ListView
So I have this list which uses values from an ArrayList (and I can't use String[] because the user must add items to the list, and I can't do .add to the String[]). But now I have problems with onItemClick method. I want to get the text from item…

user1477107
- 37
- 1
- 8
0
votes
2 answers
How to add some methods in Motodev studio without typing it out
For example, if I want to add this method:
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
//some code I add later...
}
is there a way…

user1477107
- 37
- 1
- 8
0
votes
2 answers
OnActivityResult doesn't get invoked
here is the code from 1st activity:
package com.android.shopping;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import…

user1477107
- 37
- 1
- 8
0
votes
1 answer
ADT Plugin Directory Location for SDK - (MotoDev)
Right now I am setting up Motodev.
Its a Android Development Suite built on Eclipse, created by Motorola.
What is needed is the Android SDK. Check, got that, newest version, everything is set with that.
Now it says I need the ADT Eclipse plugin.…

insomnia
- 500
- 2
- 6
- 15
0
votes
1 answer
Android project working on Motodev but crashes on Eclipse
I made an android project on Motodev (which is an eclipse plugin itself). But now when I am trying to run the same project on eclipse, the emulator gives me an error the following error:
FATAL EXCEPTION: main E/AndroidRuntime(4711):…

SoH
- 2,180
- 2
- 24
- 53
0
votes
1 answer
Problems with Twitter on Android App
I'm trying to show one public twitter profile in one WebView of my app, is not necessary to login twitter, in the MotoDev Simulator this works fine, but in the physical device don't work, this: "403 fobiden limite exceed rate" error appears, this is…
-1
votes
2 answers
installing the MOTODEV core plugins into eclipse "git command" s
I am going through the MOTODEV Core plugins installation here
I get to the step:
- "Use the git clone command to download the MOTODEV Core Plugins source repository into a working copy"
And this is where I get stuck. Where do I input this "git…