Sorry for the inconvenience and thanks for the attempt to help.
After I was put on another project, I now face this problem after several weeks once more.
I tried for a few hours different things now.
And had quite some error messages seen in the process.
Could you please give me a more in-detail explanation about the steps?
I´m not sure in which order I am supposed to implement your files.
My approach was to :
-Import the Androidfolder you linked into my Unity project
-I replaced the unityPushwoosh.jar with your second file
-I altered the manifest file like descriped in the Pushwoosh manual (filled in the package name and the PushWoosh-App-ID)
-since a build from unity onto my phone didn´t work at this point(it said, that the apk couldn´t be installed), I exported the android-Project from unity and imported it as a new project into my eclipse.
-after I (don´t know why) had to replace my manifest in eclipse once more, which was probably the problem unity had (sorry, did loose overview over all the files) I get the following logcat output:
Android Launch!
[2013-05-17 13:58:17 - PWUnityPlayerProxyActivity] adb is running normally.
[2013-05-17 13:58:17 - PWUnityPlayerProxyActivity] Performing com.pushwoosh.unity.PWUnityPlayerProxyActivity activity launch
[2013-05-17 13:58:17 - PWUnityPlayerProxyActivity] Automatic Target Mode: using device '0146B06107011002'
[2013-05-17 13:58:17 - PWUnityPlayerProxyActivity] Uploading PWUnityPlayerProxyActivity.apk onto device '0146B06107011002'
[2013-05-17 13:58:18 - PWUnityPlayerProxyActivity] Installing PWUnityPlayerProxyActivity.apk...
[2013-05-17 13:58:29 - PWUnityPlayerProxyActivity] Success!
[2013-05-17 13:58:30 - PWUnityPlayerProxyActivity] Starting activity com.pushwoosh.unity.PWUnityPlayerProxyActivity on device 0146B06107011002
[2013-05-17 13:58:31 - PWUnityPlayerProxyActivity] New package not yet registered with the system. Waiting 3 seconds before next attempt.
[2013-05-17 13:58:34 - PWUnityPlayerProxyActivity] Starting activity com.pushwoosh.unity.PWUnityPlayerProxyActivity on device 0146B06107011002
[2013-05-17 13:58:34 - PWUnityPlayerProxyActivity] New package not yet registered with the system. Waiting 3 seconds before next attempt.
[2013-05-17 13:58:37 - PWUnityPlayerProxyActivity] Starting activity com.pushwoosh.unity.PWUnityPlayerProxyActivity on device 0146B06107011002
[2013-05-17 13:58:38 - PWUnityPlayerProxyActivity] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.beColumbus.Milchland/com.pushwoosh.unity.PWUnityPlayerProxyActivity }
[2013-05-17 13:58:38 - PWUnityPlayerProxyActivity] New package not yet registered with the system. Waiting 3 seconds before next attempt.
[2013-05-17 13:58:41 - PWUnityPlayerProxyActivity] Starting activity com.pushwoosh.unity.PWUnityPlayerProxyActivity on device 0146B06107011002
[2013-05-17 13:58:41 - PWUnityPlayerProxyActivity] New package not yet registered with the system. Waiting 3 seconds before next attempt.
[2013-05-17 13:58:44 - PWUnityPlayerProxyActivity] Starting activity com.pushwoosh.unity.PWUnityPlayerProxyActivity on device 0146B06107011002
[2013-05-17 13:58:45 - PWUnityPlayerProxyActivity] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.beColumbus.Milchland/com.pushwoosh.unity.PWUnityPlayerProxyActivity }
[2013-05-17 13:58:45 - PWUnityPlayerProxyActivity] ActivityManager: Error type 3
[2013-05-17 13:58:45 - PWUnityPlayerProxyActivity] ActivityManager: Error: Activity class {com.beColumbus.Milchland/com.pushwoosh.unity.PWUnityPlayerProxyActivity} does not exist.
To add to the confusion: Since I use Video-Textures in my project I´ve set Ice Cream Sandwich(4.0) as my min.SDKVersion.
After the export for eclipse I altered the MinSDKVersion infos in the files accordingly.
Since I´m quite sure, that I get the order of the steps wrong: Could you please give me a more detailed explanation?
Sorry :(
Thanks
Maik
PS: Since I had to upload the App to the iOS Appstore in the meantime I had to update to QCar 2.0.32 (in order to meet a new apple regulation)
Could it have anything to do with this?
Hi,
The last issue, wasn´t pushwoosh related, like I thought.
There was something messed up with the libs needed for the video-texture. After reimporting everything the app now starts successfully on my device.
Thank you for all the support elixirbash!
I´ll now start testing the app thoroughly, but I hope this topic is solved and closed :)))
Maik