Hi all,

Really hope you can help, i know a bit about java but no expert. I
have had an app produced for me and i was able to publish it just
fine.....however..........

When i then tried to produce another similar app ( changed graphics a
nd source files around) and change the app package name i get the
following error at runtime.

I am abke to build and publish the app no worries, this only accures
when i run the app.

java.lang.RuntimeException: Unable to start activity
ComponentInfo{gareth.evans.hypnoguide/
gareth.evans.hypnoguide.TrackHandler}: android.view.InflateException:
Binary XML file line #64: Error inflating class
gareth.evans.mediaspot.TrackSeek
at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2833)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2854)
at android.app.ActivityThread.access$2300(ActivityThread.java:136)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:
2179)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:5068)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.view.InflateException: Binary XML file line #64:
Error inflating class gareth.evans.mediaspot.TrackSeek
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:
576)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
215)
at android.app.Activity.setContentView(Activity.java:1686)
at gareth.evans.hypnoguide.TrackHandler.onCreate(TrackHandler.java:76)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1066)
at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2797)
... 11 more
Caused by: java.lang.ClassNotFoundException:
gareth.evans.mediaspot.TrackSeek in loader
dalvik.system.PathClassLoader[/data/app/gareth.evans.hypnoguide-1.apk]
at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
at android.view.LayoutInflater.createView(LayoutInflater.java:466)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:
565)
... 21 more

-- 
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

Reply via email to