android

Tuesday, April 24, 2012

Insufficient Memory when installing android app

http://mobile.dzone.com/articles/8-simple-steps-fix
Posted by Yasitha Chinthaka at 9:21 PM 4 comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Android

Friday, April 20, 2012

ProGuard Issue when you try to sign apk

http://stackoverflow.com/questions/2680827/conversion-to-dalvik-format-failed-with-error-1-on-external-jar

 

Windows 7 Solution:

Confirmed the problem is caused by ProGuard command line in the file
[Android SDK Installation Directory]toolsproguardbinproguard.bat

Edit the following line will solve the problem:
call %java_exe% -jar "%PROGUARD_HOME%"libproguard.jar %*

to
call %java_exe% -jar "%PROGUARD_HOME%"libproguard.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
Posted by Yasitha Chinthaka at 3:27 AM 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Blackberry
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2012 (24)
    • ►  December (1)
    • ►  November (3)
    • ►  October (3)
    • ►  August (1)
    • ►  July (1)
    • ►  June (4)
    • ►  May (4)
    • ▼  April (2)
      • Insufficient Memory when installing android app
      • ProGuard Issue when you try to sign apk
    • ►  March (5)

About Me

Yasitha Chinthaka
View my complete profile
Powered by Blogger.