Giter Site home page Giter Site logo

droidde's People

Contributors

eyecreate avatar

Watchers

 avatar

droidde's Issues

While building the project, the commons-io-2.1.jar is not getting exported

What steps will reproduce the problem?
1. Use eclipse to import the project (eclipse 3.7.2)
2. Connect an android device
3. Select Run/Debug to start the application

What is the expected output? What do you see instead?
- The application should launch, Instead, it says unable to find apache.commons 
class files on the debug window of eclipse.

What version of the product are you using? On what operating system?
Latest checkout from github as of today (7/apr/2012), Using Ubuntu 11.10, 
Cyanogenmod 9A2

Please provide any additional information below.

This can be fixed by using export=true in the class path entry
the diff is 
{{{
diff --git a/.classpath b/.classpath
index 267ada7..f2a1f20 100644
--- a/.classpath
+++ b/.classpath
@@ -4,6 +4,6 @@
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="gen"/>
        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
-       <classpathentry kind="lib" path="commons-io-2.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="commons-io-2.1.jar"/>
        <classpathentry kind="output" path="bin/classes"/>
 </classpath>

}}}

Original issue reported on code.google.com by [email protected] on 7 Apr 2012 at 10:02

Enhancement

It would be really nice to be able to checkout a git/mercurial project directly 
to the project area. Currently, I have to do it by connecting a USB which 
defeats the purpose of an inbuilt IDE in the first place.

Original issue reported on code.google.com by [email protected] on 7 Apr 2012 at 9:12

Feature request: Make droidde Android 2.x compatible

I'm very interested in getting my hands on droidde, but I do not have an 
Android 3.x device.

Currently, only 9.5% of the active JavaIDEdroid installations are Android 3.x

So, it would be great if you could make droidde compatible with Android 2.x

Tom

Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 1:06

Unable to browse the project directory

What steps will reproduce the problem?
1. Start droidde
2. Click on new project
3. On project directory, it is written (Click and browse to the desired project 
directory), and is followed by a button [B]


- What is the expected output? What do you see instead?

The button [B] is visible only in landscape orientation, more over, clicking on 
either the text entry field or the button does not produce any file entry 
dialog.


- What version of the product are you using? On what operating system?

I am using HP Touchpad Cyanogenmod A2 (ICS)

Please provide any additional information below.

After providing an entry manually say "/sdcard/newdir" and clicking [create], 
the dialog vanishes without any error message, but the project is not created 
(when the directory /sdcard/newdir does not exist)
If I create the directory /sdcard/newdir and then click [create], the droidde 
crashes. I connected the eclipse debugger to my touchpad and got this stack 
trace,

04-07 20:24:06.989: E/AndroidRuntime(21678): FATAL EXCEPTION: main
04-07 20:24:06.989: E/AndroidRuntime(21678): 
android.content.ActivityNotFoundException: Unable to find explicit activity 
class {com.eyecreate/com.eyecreate.droidde.DroiddeActivity}; have you declared 
this activity in your AndroidManifest.xml?
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
android.app.Activity.startActivityForResult(Activity.java:3190)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
android.app.Activity.startActivity(Activity.java:3297)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
com.eyecreate.droidde.WelcomeActivity.createNewProject(WelcomeActivity.java:149)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
com.eyecreate.droidde.WelcomeActivity.access$0(WelcomeActivity.java:138)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
com.eyecreate.droidde.WelcomeActivity$1.onClick(WelcomeActivity.java:106)
04-07 20:24:06.989: E/AndroidRuntime(21678):    at 
android.view.View.performClick(View.java:3511)

Original issue reported on code.google.com by [email protected] on 8 Apr 2012 at 3:26

Avoid Installation

it would be really nice to avoid the prompt for installation of the apk each 
time I want to debug an application. Would it be possible to avoid this step 
and just copy the required files directly to their locations?

Original issue reported on code.google.com by [email protected] on 7 Apr 2012 at 9:16

Project Structure

Project Structure

An XML based format for storing relevant project information (type of project, 
file format, source files).
This will need to be able to be generated on creation of the new project and 
updated each time the project is modified.

Current working example:

<?xml version="1.0" encoding="utf-8"?>
<Project name="Project Name" author="Name" type="Android">
<Libs>
<File src="android.jar"/>
</Libs>
<Source>
<File src="file.java"/>
</Source>
</Project>
Modifications may need to be made to accomodate for auxillery properties 
(assets, images, layout folders, etc..)


Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 1:51

Some Spans trigger failure to draw from TextView

What steps will reproduce the problem?
1. Open up source code AndroidRunner.java from this project in application
2. Scroll through the file
3. Notice the force close

Stack Overflow request here:
http://stackoverflow.com/questions/9576748/android-textview-ondraw-indexoutofbou
nds

This bug is fixed in ICS, but prevents flawless usage in Honeycomb.


Original issue reported on code.google.com by [email protected] on 12 Mar 2012 at 10:59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.