Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - hlunguite

#1
I download Dfm creator from
http://prdownloads.sourceforge.net/dictionarymid/DfM-Creator_Latest_Build.zip?download

i try runing in window 7 with command > java -jar DfM-Creator.jar

I got exception error which is in attachement.

Is there some java version i should used?
#2
Problems / Re: not able to use dictionaryformids
02. August 2012, 08:52:04
I just import as it is in my workspace as below

File ->import->General->Existing Project To Workspace     Select
DictionaryForMids

I got 11 error like below which i resolve by commenting those lines

Description      Resource                       Path     Location                            Type
Invalid character constant      NormationBul.java  /DictionaryForMIDs/src/de/kugihan/dictionaryformids/translation/normation       line
18      Java Problem

Next  File -> Import->Android->Existing Android Code To WorkSpace
Select DictionaryForMids_Android

Whit i am able to generate .apk which i try with emulator and work fine.

Next i change the package name in AndroidMenifest.xml to experiment. With this I got error like below

Description   Resource    Path        Location           Type
R cannot be resolved to a variable        AboutScreen.java         de.kugihan.dictionaryformids.hmi_android.DictionaryForMIDs/src/de/kugihan/dictionaryformids/hmi_android        line
33      Java Problem

#3
Hi Axin

Sorry for the late reply i was not able to login to this forum for long time.

I am still not able to make it work? it will be good if you could send me your eclipse workspace

-hlun
#4
I use eclips for my work.

I will try once again.

Thanks axin for the reply
#5
I am able to open in emulator now after i download for the tag. But i still am not able to use the application.

Below are the steps i follow:

Create project for DictionaryForMids_3_3_0_release from svn
Download Android_0_90_1
Create New Android Project
   Build Target: Android 4.0.3
        Give Application name as AndroidDictionary package name
        Select Create Activity check box
        Minimum SDK:15
Add DictionaryForMids_3_3_0_release in java build path
Add DictionaryForMids_3_3_0_release in Project Reference
Export Signed Application package

When run in emulator i got "Hello World AndroidDictionaryActivity" display on the screen. How do i make it work?

#6
when i do  >adb logcat
nothing is printed.

but my emulator is connected to adb .

Any suggestation?
#7
Problems / not able to use dictionaryformids
22. June 2012, 08:17:44
Hi

I compiled my own  DictionaryFor MIDs for android, i am not able to run.

I got " DictionaryFor MIDs (process de.kugihan.dictionaryformids.hmi_android) has stopped unexpectedly"

Anyone know the solution for this?

-hlun