I've checked what you adviced me, but the problem hasn't been solved. Here is log from DDMS: [2010-08-17 10:29:50 - ddms]transfer error: Permission denied [2010-08-17 10:29:50 - Device]Unable to open sync connection! reason: Unable to upload file: Permission denied
Device runs on Android 1.5, so I've set minSdkVersion="3" in manifest and target=android-3 in default.properties. When I copy .apk to SD card, application runs normally. But in Eclipse not. I need debugging, so I need run it from Eclipse. I don't know, what is wrong. On 16 srp, 15:49, RichardC <[email protected]> wrote: > I can't seen anything in your manifest that might be a problem. > > Things to try/check: > Have you set the flag - settings > Application > Unknown sources ? > Try setting targetSdkVersion to "4" in your manifest > > On Aug 16, 5:27 am, Lukas Adamec <[email protected]> wrote: > > > AndroidManifest.xml: > > > <?xml version="1.0" encoding="utf-8" ?> > > <manifest xmlns:android="http://schemas.android.com/apk/res/android" > > package="cz.xadamec1.apps.bitmap" > > android:versionCode="1" android:versionName="1.0"> > > <application android:icon="@drawable/icon" android:label="@string/ > > app_name" android:debuggable="true"> > > <activity android:name=".BitmapDrawing" android:label="@string/ > > app_name"> > > <intent-filter> > > <action android:name="android.intent.action.MAIN" /> > > <category android:name="android.intent.category.LAUNCHER" / > > > </intent-filter> > > </activity> > > </application> > > <uses-sdk android:minSdkVersion="3" /> > > </manifest> > > > On 15 srp, 21:13, RichardC <[email protected]> wrote: > > > > Can we see your manifest please? > > > > On Aug 15, 7:43 pm, LukasAdamec<[email protected]> wrote: > > > > > If somebody dealt with this kind of problem, could you give me some > > > > advice. I would really appreciate it. > > > > Thanks > > > > > On 12 srp, 14:47, LukasAdamec<[email protected]> wrote: > > > > > > Hi, > > > > > I have problem with uploading my .apk file on device Highscreen Zeus. > > > > > In emulator everything works fine, but when I can upload application > > > > > on the device, I always get following error: > > > > > > [2010-08-12 14:41:25 - BitmapDrawing] Failed to upload > > > > > BitmapDrawing.apk on device 'ZUSM1M10A02691' > > > > > [2010-08-12 14:41:25 - BitmapDrawing] java.io.IOException: Unable to > > > > > upload file: Permission denied > > > > > [2010-08-12 14:41:25 - BitmapDrawing] Launch canceled! > > > > > > Could somebody advise me, how to solve this problem? > > > > > Thanks a lot. > > > > > > Lukas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

