This tag is for questions related to Moto Dev Studio or Apps being developed using Moto dev studio
Questions tagged [motodev-studio]
29 questions
5
votes
2 answers
Motodev Core Plugins
With the announcement of the Motodev core plugins being included in the AOSP tools (http://developer.motorola.com/tools/motodevcoreplugins/), I have been trying unsuccessfully to get them to work properly in Eclipse.
I have followed the instructions…

dennisdrew
- 4,399
- 1
- 25
- 25
4
votes
6 answers
Android Debugging in MotoG
Bought the new Moto G XT1033 last week, phone's working fine but as a developer I am finding it difficult in Debug mode,Even after Enabling USB Debugging option in Developer options...
Error coming as necessary USB drivers not found ...
Checked in…

Prasad
- 61
- 1
- 1
- 9
3
votes
3 answers
Mp3 audio in the Android Assets folder fails to play from a signed and zip-aligned APK
I am loading mp3 files to play in an Android game based on AndEngine. When I package my game as an APK, mp3 audio in the assets folder throws the error "can not be opened as a file descriptor; it is probably compressed."
However, when I run the game…

Timothy Lee Russell
- 3,719
- 1
- 35
- 43
3
votes
1 answer
Where i can download MotoDev Studio?
In the new Motorola Website i can't find any link to MotoDev Studio.
I used it in the last year and now it seems disappeared.
Do you know where can i find last builds?

Alex
- 1,237
- 3
- 18
- 29
2
votes
1 answer
Motodev Studio Keystore Issue
I developed an app some 2 or 3 years ago using the now apparently defunct Motodev Studio. I saved the keystore file, but the java keytool does not seem to recognize the file:
>keystore -list -keystore motodev.keystore
returns
keytool error:…

Daniel Werner
- 128
- 5
2
votes
0 answers
How to install motodev core plugins for android on eclipse juno?
After many searching the web for motodev plugin, I found some threads about redistributing a fresh one. I made it for all android developers, it has many powerful snippets, automatic ContentProvider generator, auto activity and widget register in…

Hossein POURAKBAR
- 1,073
- 2
- 15
- 33
2
votes
1 answer
MOTODEV Studio issue with SDK Install
I have previous Java programming experience and also Java Training from college, so I am looking to do some Java app development with Android. To that end I downloaded and installed MOTODEV studio from Motorola, which is partly based on…

Michael G. Workman
- 379
- 2
- 12
2
votes
2 answers
Custom listView design doesn't work on device, but works in emulator
Here's the code:
adapter=new ArrayAdapter(
this,
R.layout.zalistu,
android.R.id.text1,
values);
So this is the adapter, where I made my own design for the list…

user1477107
- 37
- 1
- 8
2
votes
1 answer
Can't run or debug SVN android project
I'm having some beginner problems to start using version control on my project. My app is already working, I've installed subversive and did the following:
1- Checked out my project to server - OK.
2- At another pc, added new repository location -…

Lucas Jota
- 1,863
- 4
- 24
- 43
1
vote
2 answers
How to extend activity from MapActivity in Android using MOTODEV?
I am using MotoDev Studio for Android Development and I am trying to Extend my Activity from MapActivity. But MotoDev does not Allow me to do this.
Can any One Tell me why this is so?
On the other hand in Eclipse this is possible for me using Google…

salman khalid
- 4,884
- 4
- 27
- 33
1
vote
1 answer
Spell word with images in Android
Well my question is rather simple
In my layout I have a EditText and two ImageView
I type in any word EditText in two ImageView that I have to be to display images according to the letter, send it as the word of EditText call my problem arises when…

DiegoF
- 84
- 9
1
vote
2 answers
i can't find the download button for MOTODEVstudio at the Motorola website
Many other websites give this http://www.motorola.com/sites/motodev/us-en/motodev_lp.html? but i couldn't find where is the download button for MOTODEVstudio

user1895703
- 11
- 1
1
vote
0 answers
How can recover my motodev.keystore password?
I completely forgot the password for my motodev.keystore file and thus cannot import this keystore file into another PC running MotoDevStudio. Is there any way to recover the password of the motodev.keystore file?

PPShein
- 13,309
- 42
- 142
- 227
0
votes
0 answers
How can i add the android emulator inside the eclipse ide?
See the below screenshot, on right hand side emulator is loaded inside the eclipse window
Motorola Developer Studio have this option
IS that possible to add my android default emulator any other emulator to the eclipse
Please provide the steps

Siva S Tenet
- 413
- 4
- 14
0
votes
2 answers
Easy way to make an SQLite database?
I am currently working with the new eclipse ADT (Android Development Tools). When I used an older version, there was a plugin from Motorola named MotoDev Studio which helped you to make a database quite easily. It doesn't seem to work anymore with…

user1393500
- 199
- 1
- 3
- 16