Posts by Andrey Luiz • 189 points
3 posts
-
2
votes1
answer1179
viewsA: Android app closes as soon as it loads (Noclassdeffounderror)
Solved the problem. I added Androidmanifest.xml to the line <library android:name="C:\dev\android\workspace\appcompat_v7\bin\appcompat_v7.jar" /> The app ran successfully. :)…
-
5
votes1
answer1179
viewsQ: Android app closes as soon as it loads (Noclassdeffounderror)
I installed the Android SDK all right, installed the USB drivers of my Motorola Moto G. It’s all right, so when I run the application directly from Eclipse, it finds my device connected. USB…
-
1
votes1
answer768
viewsA: Coding in Eclipse EE
You can right click on your project and go to Properties. On the tab Resource has the group box "Text file encoding". You can change to utf-8 there to use special characters. Editing: utf-8 allows…