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

